summaryrefslogtreecommitdiffstats
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
commit909c47ba7053e9e05132e72a931ed1eaee86ec4f (patch)
tree2fb6ba05eb74b36340547030f94f0f3e491e865f
parent1aeb15adf5df1b8e5b064f49a293825d17a3d586 (diff)
downloadbcm5719-llvm-909c47ba7053e9e05132e72a931ed1eaee86ec4f.tar.gz
bcm5719-llvm-909c47ba7053e9e05132e72a931ed1eaee86ec4f.zip
Missing period.
llvm-svn: 152160
-rw-r--r--clang/include/clang/Driver/Driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Driver/Driver.h b/clang/include/clang/Driver/Driver.h
index 7dfb770f6b0..0538334fc00 100644
--- a/clang/include/clang/Driver/Driver.h
+++ b/clang/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).
OpenPOWER on IntegriCloud