From d673d6f04bbfbc45a67502171d3ebcfb13b422e6 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Wed, 19 Oct 2016 20:10:03 +0000 Subject: [PATCH] Typo: nomed struct -> named struct git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@284635 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Linker/IRMover.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;