diff options
author | Hans Wennborg <hans@hanshq.net> | 2016-10-19 20:10:03 +0000 |
---|---|---|
committer | Hans Wennborg <hans@hanshq.net> | 2016-10-19 20:10:03 +0000 |
commit | 2d55d67c62c759cb8678c6d59b2ee8ff875609c2 (patch) | |
tree | 47e8dcd8e67edc1c9eceaec164220267f6458950 | |
parent | 22646a80f4c15329bc8b5ef5e30fc46317f4cf1f (diff) | |
download | bcm5719-llvm-2d55d67c62c759cb8678c6d59b2ee8ff875609c2.tar.gz bcm5719-llvm-2d55d67c62c759cb8678c6d59b2ee8ff875609c2.zip |
Typo: nomed struct -> named struct
llvm-svn: 284635
-rw-r--r-- | llvm/lib/Linker/IRMover.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Linker/IRMover.cpp b/llvm/lib/Linker/IRMover.cpp index 3a16050d8e7..ad57134ec7f 100644 --- a/llvm/lib/Linker/IRMover.cpp +++ b/llvm/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; |