summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Dennett <jdennett@google.com>2015-08-05 19:44:47 +0000
committerJames Dennett <jdennett@google.com>2015-08-05 19:44:47 +0000
commit2a02557b4e8b41028d4277b4a0616a8d66602d32 (patch)
treeb4e102de2a82d513668d588d667460680a7e304a
parent7ef94569e18790e63f2a90c10021f2baa1411af0 (diff)
downloadbcm5719-llvm-2a02557b4e8b41028d4277b4a0616a8d66602d32.tar.gz
bcm5719-llvm-2a02557b4e8b41028d4277b4a0616a8d66602d32.zip
Documentation: fix a typo, "This flag is determines" -> "This flag determines".
No functional change. llvm-svn: 244104
-rw-r--r--clang/include/clang/AST/PrettyPrinter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/AST/PrettyPrinter.h b/clang/include/clang/AST/PrettyPrinter.h
index 35ceabbd6b7..a95bcbbdd19 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 is determines whether arrays types declared as
+ /// This flag determines whether arrays types declared as
///
/// \code
/// int a[4+10*10];
OpenPOWER on IntegriCloud