Author: jdennett Date: Wed Aug 5 15:58:23 2015 New Revision: 244124 URL: http://llvm.org/viewvc/llvm-project?rev=244124&view=rev Log: Documentation: fix another typo, "arrays types" -> "array types".
Thanks to Kim Gräsman <kim.gras...@gmail.com> for pointing this out. Modified: cfe/trunk/include/clang/AST/PrettyPrinter.h Modified: cfe/trunk/include/clang/AST/PrettyPrinter.h URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/PrettyPrinter.h?rev=244124&r1=244123&r2=244124&view=diff ============================================================================== --- cfe/trunk/include/clang/AST/PrettyPrinter.h (original) +++ cfe/trunk/include/clang/AST/PrettyPrinter.h Wed Aug 5 15:58:23 2015 @@ -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]; _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits