From 2a02557b4e8b41028d4277b4a0616a8d66602d32 Mon Sep 17 00:00:00 2001 From: James Dennett Date: Wed, 5 Aug 2015 19:44:47 +0000 Subject: [PATCH] Documentation: fix a typo, "This flag is determines" -> "This flag determines". No functional change. llvm-svn: 244104 --- clang/include/clang/AST/PrettyPrinter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/include/clang/AST/PrettyPrinter.h b/clang/include/clang/AST/PrettyPrinter.h index 35ceabb..a95bcbb 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]; -- 2.7.4