summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2009-03-17 11:38:29 +0000
committerGabor Greif <ggreif@gmail.com>2009-03-17 11:38:29 +0000
commitbda5a94c79f3649d820fe4da9ac28fc20eca83d4 (patch)
treecdc1f2f4567cefb6fab09cfbe5d764d17f5ffeaf /llvm/lib
parentfb5c74ef4bda169af174b99b20ca03431f49f728 (diff)
downloadbcm5719-llvm-bda5a94c79f3649d820fe4da9ac28fc20eca83d4.tar.gz
bcm5719-llvm-bda5a94c79f3649d820fe4da9ac28fc20eca83d4.zip
typo
llvm-svn: 67080
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/VMCore/Verifier.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/Verifier.cpp b/llvm/lib/VMCore/Verifier.cpp
index 05eef5fa43f..5af66df7c9a 100644
--- a/llvm/lib/VMCore/Verifier.cpp
+++ b/llvm/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) {
OpenPOWER on IntegriCloud