Documentation: fix another typo, "arrays types" -> "array types".
authorJames Dennett <jdennett@google.com>
Wed, 5 Aug 2015 20:58:23 +0000 (20:58 +0000)
committerJames Dennett <jdennett@google.com>
Wed, 5 Aug 2015 20:58:23 +0000 (20:58 +0000)
Thanks to Kim Gräsman <kim.grasman@gmail.com> for pointing this out.

llvm-svn: 244124

clang/include/clang/AST/PrettyPrinter.h

index a95bcbb..f269fb1 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 determines whether arrays types declared as
+  /// This flag determines whether array types declared as
   ///
   /// \code
   /// int a[4+10*10];