summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/DiagnosticLexKinds.td
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2015-12-29 23:30:42 +0000
committerNico Weber <nicolasweber@gmx.de>2015-12-29 23:30:42 +0000
commit5112de19bd07a55fd2432f3340acb3c67ad1659c (patch)
treefe421e280477320a2db1f3233f7adee63606056f /include/clang/Basic/DiagnosticLexKinds.td
parent46fb93735dbc5f7a9fc303b65095444cd42e30a5 (diff)
Address review comment on r256595
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@256600 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/DiagnosticLexKinds.td')
-rw-r--r--include/clang/Basic/DiagnosticLexKinds.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Basic/DiagnosticLexKinds.td b/include/clang/Basic/DiagnosticLexKinds.td
index bf86b7077c..ed6ff20f5c 100644
--- a/include/clang/Basic/DiagnosticLexKinds.td
+++ b/include/clang/Basic/DiagnosticLexKinds.td
@@ -60,7 +60,7 @@ def ext_charize_microsoft : Extension<
"charizing operator #@ is a Microsoft extension">,
InGroup<MicrosoftCharize>;
def ext_comment_paste_microsoft : Extension<
- "pasting two '/' tokens into a '//' comment token is a Microsoft extension">,
+ "pasting two '/' tokens into a '//' comment is a Microsoft extension">,
InGroup<MicrosoftCommentPaste>;
def ext_ctrl_z_eof_microsoft : Extension<
"treating Ctrl-Z as end-of-file is a Microsoft extension">,