]> granicus.if.org Git - clang/commitdiff
Missing period.
authorChad Rosier <mcrosier@apple.com>
Tue, 6 Mar 2012 23:19:26 +0000 (23:19 +0000)
committerChad Rosier <mcrosier@apple.com>
Tue, 6 Mar 2012 23:19:26 +0000 (23:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152160 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Driver/Driver.h

index 7dfb770f6b06fd4fb0cb9ed48b18b9617fba8000..0538334fc00998ef21ca1d6a07767f15daae6606 100644 (file)
@@ -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).