diff options
author | Ted Kremenek <kremenek@apple.com> | 2008-01-10 18:08:55 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2008-01-10 18:08:55 +0000 |
commit | 8c04a4ca98454236e612e6e5c8eb791579e0e9ca (patch) | |
tree | be31fca97557daaa802fae7c379034dc0ca37e74 | |
parent | 94cdb25a49bd3716ab56ef6de0ea57d29e686bf2 (diff) |
Fixed non-ASCII quote.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45835 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/Basic/DiagnosticKinds.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Basic/DiagnosticKinds.def b/include/clang/Basic/DiagnosticKinds.def index f041a3a47b..39f1876dd1 100644 --- a/include/clang/Basic/DiagnosticKinds.def +++ b/include/clang/Basic/DiagnosticKinds.def @@ -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 |