aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-03-06 23:19:26 +0000
committerChad Rosier <mcrosier@apple.com>2012-03-06 23:19:26 +0000
commite5de3767186e2a31659c91c55a9665eff077eae6 (patch)
tree9d3b94c32b9026e41822aa75fb08fbba33c81b48
parent53cb2b47596b0ca893a449fa81e0912ded658759 (diff)
Missing period.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152160 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Driver/Driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Driver/Driver.h b/include/clang/Driver/Driver.h
index 7dfb770f6b..0538334fc0 100644
--- a/include/clang/Driver/Driver.h
+++ b/include/clang/Driver/Driver.h
@@ -113,7 +113,7 @@ public:
/// Whether the driver should follow g++ like behavior.
unsigned CCCIsCXX : 1;
- /// Whether the driver is just the preprocessor
+ /// Whether the driver is just the preprocessor.
unsigned CCCIsCPP : 1;
/// Echo commands while executing (in -v style).