Fix the message. Thanks to Thomas Clement for noticing.

llvm-svn: 124680
This commit is contained in:
Argyrios Kyrtzidis 2011-02-01 20:33:05 +00:00
parent 1f3bc9b5e6
commit c1b4534e42
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ void ObjCSelfInitChecker::PreVisitReturnStmt(CheckerContext &C,
return;
checkForInvalidSelf(S->getRetValue(), C,
"Returning 'self' while it is not set it to the result of "
"Returning 'self' while it is not set to the result of "
"'[(super or self) init...]'");
}