From: James Dennett Date: Wed, 5 Aug 2015 20:58:23 +0000 (+0000) Subject: Documentation: fix another typo, "arrays types" -> "array types". X-Git-Tag: studio-1.4~775 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7ab178a29a159bdc3674017886ba295af548ecb3;p=platform%2Fupstream%2Fllvm.git Documentation: fix another typo, "arrays types" -> "array types". Thanks to Kim Gräsman for pointing this out. llvm-svn: 244124 --- diff --git a/clang/include/clang/AST/PrettyPrinter.h b/clang/include/clang/AST/PrettyPrinter.h index a95bcbb..f269fb1 100644 --- a/clang/include/clang/AST/PrettyPrinter.h +++ b/clang/include/clang/AST/PrettyPrinter.h @@ -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];