]> granicus.if.org Git - clang/commitdiff
Address review comment on r256595
authorNico Weber <nicolasweber@gmx.de>
Tue, 29 Dec 2015 23:30:42 +0000 (23:30 +0000)
committerNico Weber <nicolasweber@gmx.de>
Tue, 29 Dec 2015 23:30:42 +0000 (23:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@256600 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticLexKinds.td

index bf86b7077cbb51e20c7e18d6dcab8cf4e6033179..ed6ff20f5c427255f498282589f3d46404ce868c 100644 (file)
@@ -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">,