diff options
Diffstat (limited to 'lib/VMCore/Verifier.cpp')
-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 a15733af12..1ca1f9b6ee 100644 --- a/lib/VMCore/Verifier.cpp +++ b/lib/VMCore/Verifier.cpp @@ -260,7 +260,7 @@ void Verifier::visitReturnInst(ReturnInst &RI) { "Function return type does not match operand " "type of return inst!", &RI, F->getReturnType()); - // Check to make sure that the return value has neccesary properties for + // Check to make sure that the return value has necessary properties for // terminators... visitTerminatorInst(RI); } |