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.

llvm-svn: 244104

clang/include/clang/AST/PrettyPrinter.h

index 35ceabb..a95bcbb 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];