summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/include/clang/Driver/Arg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Driver/Arg.h b/clang/include/clang/Driver/Arg.h
index 82744f1787b..662a2e2c618 100644
--- a/clang/include/clang/Driver/Arg.h
+++ b/clang/include/clang/Driver/Arg.h
@@ -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;
OpenPOWER on IntegriCloud