]> granicus.if.org Git - clang/commitdiff
Fixed non-ASCII quote.
authorTed Kremenek <kremenek@apple.com>
Thu, 10 Jan 2008 18:08:55 +0000 (18:08 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 10 Jan 2008 18:08:55 +0000 (18:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45835 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticKinds.def

index f041a3a47b9a1f64102afb5290165cd95e2dc061..39f1876dd15f808a4ed79e646cdd0962941f6345 100644 (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