Typo: nomed struct -> named struct
authorHans Wennborg <hans@hanshq.net>
Wed, 19 Oct 2016 20:10:03 +0000 (20:10 +0000)
committerHans Wennborg <hans@hanshq.net>
Wed, 19 Oct 2016 20:10:03 +0000 (20:10 +0000)
llvm-svn: 284635

llvm/lib/Linker/IRMover.cpp

index 3a16050..ad57134 100644 (file)
@@ -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;