Fixed non-ASCII quote.

llvm-svn: 45835
This commit is contained in:
Ted Kremenek 2008-01-10 18:08:55 +00:00
parent c644ee4992
commit e67952fcd9
1 changed files with 1 additions and 1 deletions

View File

@ -479,7 +479,7 @@ DIAG(err_selector_element_type, ERROR,
DIAG(err_toomany_element_decls, ERROR,
"Only one element declaration is allowed")
DIAG(warn_expected_implementation, WARNING,
"@end must appear in an @implementation context")
"'@end' must appear in an @implementation context")
//===----------------------------------------------------------------------===//
// Semantic Analysis