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 &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;