[llvm] r284635 - Typo: nomed struct -> named struct

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 19 13:10:04 PDT 2016


Author: hans
Date: Wed Oct 19 15:10:03 2016
New Revision: 284635

URL: http://llvm.org/viewvc/llvm-project?rev=284635&view=rev
Log:
Typo: nomed struct -> named struct

Modified:
    llvm/trunk/lib/Linker/IRMover.cpp

Modified: llvm/trunk/lib/Linker/IRMover.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Linker/IRMover.cpp?rev=284635&r1=284634&r2=284635&view=diff
==============================================================================
--- llvm/trunk/lib/Linker/IRMover.cpp (original)
+++ llvm/trunk/lib/Linker/IRMover.cpp Wed Oct 19 15:10:03 2016
@@ -281,7 +281,7 @@ Type *TypeMapTy::get(Type *Ty, SmallPtrS
   }
 
   // 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;
 




More information about the llvm-commits mailing list