r294570 - [clang-format] Fix typo in comment.
Krasimir Georgiev via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 9 01:02:14 PST 2017
Author: krasimir
Date: Thu Feb 9 03:02:13 2017
New Revision: 294570
URL: http://llvm.org/viewvc/llvm-project?rev=294570&view=rev
Log:
[clang-format] Fix typo in comment.
Modified:
cfe/trunk/lib/Format/TokenAnnotator.h
Modified: cfe/trunk/lib/Format/TokenAnnotator.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Format/TokenAnnotator.h?rev=294570&r1=294569&r2=294570&view=diff
==============================================================================
--- cfe/trunk/lib/Format/TokenAnnotator.h (original)
+++ cfe/trunk/lib/Format/TokenAnnotator.h Thu Feb 9 03:02:13 2017
@@ -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:
More information about the cfe-commits
mailing list