]> granicus.if.org Git - clang/commitdiff
[clang-format] Fix typo in comment.
authorKrasimir Georgiev <krasimir@google.com>
Thu, 9 Feb 2017 09:02:13 +0000 (09:02 +0000)
committerKrasimir Georgiev <krasimir@google.com>
Thu, 9 Feb 2017 09:02:13 +0000 (09:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@294570 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Format/TokenAnnotator.h

index 97daaf44ba99e3c97c682afc66f8af9dca35360e..09b25958b3de3eff33f4b7011f737496bd3d09ca 100644 (file)
@@ -122,7 +122,7 @@ public:
   /// input ranges.
   bool LeadingEmptyLinesAffected;
 
-  /// \c True if 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: