Fix typo in comment.

Thanks Artyom Skrobov!

llvm-svn: 187588
This commit is contained in:
Joey Gouly 2013-08-01 17:54:08 +00:00
parent 0f242bea10
commit 3a39a98669
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ def Pedantic : DiagGroup<"pedantic">;
// Aliases.
def : DiagGroup<"", [Extra]>; // -W = -Wextra
def : DiagGroup<"endif-labels", [ExtraTokens]>; // -Wendif-labels=-Wendif-tokens
def : DiagGroup<"endif-labels", [ExtraTokens]>; // -Wendif-labels=-Wextra-tokens
def : DiagGroup<"comments", [Comment]>; // -Wcomments = -Wcomment
def : DiagGroup<"conversion-null",
[NullConversion]>; // -Wconversion-null = -Wnull-conversion