summaryrefslogtreecommitdiffstats
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
commit0315920629da8a51b717cbaff05dcd2af42ea5d5 (patch)
treef2a0d882206b8c4dc9abaf7f30dd1b5e85c71c4a
parentce1e53bb486be401957f8af53d049f0aafe03c05 (diff)
downloadbcm5719-llvm-0315920629da8a51b717cbaff05dcd2af42ea5d5.tar.gz
bcm5719-llvm-0315920629da8a51b717cbaff05dcd2af42ea5d5.zip
Address review comment on r256595
llvm-svn: 256600
-rw-r--r--clang/include/clang/Basic/DiagnosticLexKinds.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Basic/DiagnosticLexKinds.td b/clang/include/clang/Basic/DiagnosticLexKinds.td
index bf86b7077cb..ed6ff20f5c4 100644
--- a/clang/include/clang/Basic/DiagnosticLexKinds.td
+++ b/clang/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">,
OpenPOWER on IntegriCloud