typo
authorGabor Greif <ggreif@gmail.com>
Tue, 17 Mar 2009 11:38:29 +0000 (11:38 +0000)
committerGabor Greif <ggreif@gmail.com>
Tue, 17 Mar 2009 11:38:29 +0000 (11:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67080 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/Verifier.cpp

index 05eef5fa43f4b5297f9775a5b20f83a68c19ebf9..5af66df7c9a603836cdff7f6847621411dc74704 100644 (file)
@@ -1222,7 +1222,7 @@ void Verifier::visitInstruction(Instruction &I) {
             *UI);
     Instruction *Used = cast<Instruction>(*UI);
     Assert2(Used->getParent() != 0, "Instruction referencing instruction not"
-            " embeded in a basic block!", &I, Used);
+            " embedded in a basic block!", &I, Used);
   }
 
   for (unsigned i = 0, e = I.getNumOperands(); i != e; ++i) {