Author: jdennett Date: Wed Aug 5 14:44:47 2015 New Revision: 244104 URL: http://llvm.org/viewvc/llvm-project?rev=244104&view=rev Log: Documentation: fix a typo, "This flag is determines" -> "This flag determines".
No functional change. 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=244104&r1=244103&r2=244104&view=diff ============================================================================== --- cfe/trunk/include/clang/AST/PrettyPrinter.h (original) +++ cfe/trunk/include/clang/AST/PrettyPrinter.h Wed Aug 5 14:44:47 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 is determines whether arrays types declared as + /// This flag determines whether arrays 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