From 2d55d67c62c759cb8678c6d59b2ee8ff875609c2 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Wed, 19 Oct 2016 20:10:03 +0000 Subject: Typo: nomed struct -> named struct llvm-svn: 284635 --- llvm/lib/Linker/IRMover.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib') 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 &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; -- cgit v1.2.3