From: Ted Kremenek Date: Thu, 10 Jan 2008 18:08:55 +0000 (+0000) Subject: Fixed non-ASCII quote. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c04a4ca98454236e612e6e5c8eb791579e0e9ca;p=clang Fixed non-ASCII quote. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45835 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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