diff options
| author | Jonathan Roelofs <jonathan@codesourcery.com> | 2017-05-08 17:06:17 +0000 |
|---|---|---|
| committer | Jonathan Roelofs <jonathan@codesourcery.com> | 2017-05-08 17:06:17 +0000 |
| commit | f358d48f238673cd738f53a2329d8173d13f575a (patch) | |
| tree | 36d251c4d51a75f92ee315f4104f243aac98e915 /clang/test | |
| parent | 0f1ffb6cab63ca4dd5d93343f5c5233e53d42d94 (diff) | |
| download | bcm5719-llvm-f358d48f238673cd738f53a2329d8173d13f575a.tar.gz bcm5719-llvm-f358d48f238673cd738f53a2329d8173d13f575a.zip | |
Fix grammar in comment. NFC
llvm-svn: 302443
Diffstat (limited to 'clang/test')
| -rw-r--r-- | clang/test/Misc/warning-flags.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Misc/warning-flags.c b/clang/test/Misc/warning-flags.c index be02e12e2cb..5172d3b15a9 100644 --- a/clang/test/Misc/warning-flags.c +++ b/clang/test/Misc/warning-flags.c @@ -6,8 +6,8 @@ This test serves two purposes: (1) It documents all existing warnings that currently have no associated -W flag, and ensures that the list never grows. - If take an existing warning and add a flag, this test will fail. To - fix this test, simply remove that warning from the list below. + If you take an existing warning and add a flag, this test will fail. + To fix this test, simply remove that warning from the list below. (2) It prevents us adding new warnings to Clang that have no -W flag. All new warnings should have -W flags. |

