From 5808201fb358e2bf282226490e74eb74b867aee8 Mon Sep 17 00:00:00 2001 From: Krasimir Georgiev Date: Thu, 9 Feb 2017 09:02:13 +0000 Subject: [PATCH] [clang-format] Fix typo in comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@294570 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Format/TokenAnnotator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Format/TokenAnnotator.h b/lib/Format/TokenAnnotator.h index 97daaf44ba..09b25958b3 100644 --- a/lib/Format/TokenAnnotator.h +++ b/lib/Format/TokenAnnotator.h @@ -122,7 +122,7 @@ public: /// input ranges. bool LeadingEmptyLinesAffected; - /// \c True if a one of this line's children intersects with an input range. + /// \c True if one of this line's children intersects with an input range. bool ChildrenAffected; private: -- 2.40.0