]> granicus.if.org Git - clang/commitdiff
Fix grammar in comment. NFC
authorJonathan Roelofs <jonathan@codesourcery.com>
Mon, 8 May 2017 17:06:17 +0000 (17:06 +0000)
committerJonathan Roelofs <jonathan@codesourcery.com>
Mon, 8 May 2017 17:06:17 +0000 (17:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@302443 91177308-0d34-0410-b5e6-96231b3b80d8

test/Misc/warning-flags.c

index be02e12e2cbb8072d59585a915d9039e2b429d34..5172d3b15a90dedf8facf684a8df8b8e44e2518c 100644 (file)
@@ -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.