]> granicus.if.org Git - clang/commitdiff
Grammar.
authorEric Christopher <echristo@gmail.com>
Fri, 22 Feb 2013 00:03:08 +0000 (00:03 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 22 Feb 2013 00:03:08 +0000 (00:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175833 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Driver/Arg.h

index 82744f1787b35832455ab06d482db387644eebe9..662a2e2c618b3cda275e3ba4ae82bf22d69f4c14 100644 (file)
@@ -51,7 +51,7 @@ namespace driver {
     /// ArgList.
     unsigned Index;
 
-    /// \brief Was this argument used to effect compilation?
+    /// \brief Was this argument used to affect compilation?
     ///
     /// This is used for generating "argument unused" diagnostics.
     mutable unsigned Claimed : 1;