]> granicus.if.org Git - llvm/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@284635 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Linker/IRMover.cpp

index 3a16050d8e7f72d0517c96c2e997a89cf7ce055c..ad57134ec7f48a1319723bf68647758703be0613 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;