r244104 - Documentation: fix a typo, "This flag is determines" -> "This flag determines".
James Dennett
jdennett at google.com
Wed Aug 5 12:44:48 PDT 2015
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];
More information about the cfe-commits
mailing list