diff options
-rw-r--r-- | lib/VMCore/Verifier.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/Verifier.cpp b/lib/VMCore/Verifier.cpp index 05eef5fa43..5af66df7c9 100644 --- a/lib/VMCore/Verifier.cpp +++ b/lib/VMCore/Verifier.cpp @@ -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) { |