From 4b7a1cc15b2b82ab41da63e7abcea80ebb4d678b 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@244104 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/AST/PrettyPrinter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/AST/PrettyPrinter.h b/include/clang/AST/PrettyPrinter.h index 35ceabbd6b..a95bcbbdd1 100644 --- a/include/clang/AST/PrettyPrinter.h +++ b/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.50.1