aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/clang/Basic/DiagnosticKinds.def2
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