From cf00c4ab3ba308d45d98c5ccab87362cf802facb Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Fri, 10 Oct 2003 17:57:28 +0000 Subject: Fix spelling. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9027 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Utils/Linker.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/Transforms/Utils/Linker.cpp') diff --git a/lib/Transforms/Utils/Linker.cpp b/lib/Transforms/Utils/Linker.cpp index 81d46ca3f4..aa9a8fcafd 100644 --- a/lib/Transforms/Utils/Linker.cpp +++ b/lib/Transforms/Utils/Linker.cpp @@ -151,9 +151,9 @@ static bool LinkTypes(Module *Dest, const Module *Src, std::string *Err) { SymbolTable::const_iterator PI = SrcST->find(Type::TypeTy); if (PI == SrcST->end()) return false; // No named types, do nothing. - // Some types cannot be resolved immediately becuse they depend on other types - // being resolved to each other first. This contains a list of types we are - // waiting to recheck. + // Some types cannot be resolved immediately because they depend on other + // types being resolved to each other first. This contains a list of types we + // are waiting to recheck. std::vector DelayedTypesToResolve; const SymbolTable::VarMap &VM = PI->second; -- cgit v1.2.3-18-g5258