From: Nico Weber Date: Sat, 24 Nov 2012 03:20:20 +0000 (+0000) Subject: Make err_module_expected_semi consistent with all the other expected_semi diags. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f9cb0bedb5c61fa270fd696113d4387456c70ebb;p=clang Make err_module_expected_semi consistent with all the other expected_semi diags. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168535 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/DiagnosticParseKinds.td b/include/clang/Basic/DiagnosticParseKinds.td index e1163cd46d..f218bb7dce 100644 --- a/include/clang/Basic/DiagnosticParseKinds.td +++ b/include/clang/Basic/DiagnosticParseKinds.td @@ -768,7 +768,7 @@ let CategoryName = "Modules Issue" in { def err_module_expected_ident : Error< "expected a module name after module import">; def err_module_expected_semi : Error< - "expected a semicolon name after module name">; + "expected ';' after module name">; } } // end of Parser diagnostics