]> granicus.if.org Git - clang/commitdiff
Documentation: fix a typo, "This flag is determines" -> "This flag determines".
authorJames Dennett <jdennett@google.com>
Wed, 5 Aug 2015 19:44:47 +0000 (19:44 +0000)
committerJames Dennett <jdennett@google.com>
Wed, 5 Aug 2015 19:44:47 +0000 (19:44 +0000)
No functional change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@244104 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/PrettyPrinter.h

index 35ceabbd6b71eeeba6eed390d074bd29051c983e..a95bcbbdd1941728e6df566e3068348e7e934456 100644 (file)
@@ -109,7 +109,7 @@ struct PrintingPolicy {
   /// \brief Whether we should print the sizes of constant array expressions
   /// as written in the sources.
   ///
-  /// This flag is determines whether arrays types declared as
+  /// This flag determines whether arrays types declared as
   ///
   /// \code
   /// int a[4+10*10];