summaryrefslogtreecommitdiff
path: root/lib/Linker/IRMover.cpp
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2016-10-19 20:10:03 +0000
committerHans Wennborg <hans@hanshq.net>2016-10-19 20:10:03 +0000
commitd673d6f04bbfbc45a67502171d3ebcfb13b422e6 (patch)
treee37e57a755516945609b61377ab6ba1e2608bc2b /lib/Linker/IRMover.cpp
parent3fd59c99d0bf811bdb1b7862073b594504d07c87 (diff)
Typo: nomed struct -> named struct
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@284635 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Linker/IRMover.cpp')
-rw-r--r--lib/Linker/IRMover.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Linker/IRMover.cpp b/lib/Linker/IRMover.cpp
index 3a16050d8e7..ad57134ec7f 100644
--- a/lib/Linker/IRMover.cpp
+++ b/lib/Linker/IRMover.cpp
@@ -281,7 +281,7 @@ Type *TypeMapTy::get(Type *Ty, SmallPtrSet<StructType *, 8> &Visited) {
}
// If all of the element types mapped directly over and the type is not
- // a nomed struct, then the type is usable as-is.
+ // a named struct, then the type is usable as-is.
if (!AnyChange && IsUniqued)
return *Entry = Ty;