From: Krasimir Georgiev Date: Thu, 9 Feb 2017 09:02:13 +0000 (+0000) Subject: [clang-format] Fix typo in comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5808201fb358e2bf282226490e74eb74b867aee8;p=clang [clang-format] Fix typo in comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@294570 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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: