[clang-format] Fix typo in comment.

llvm-svn: 294570
This commit is contained in:
Krasimir Georgiev 2017-02-09 09:02:13 +00:00
parent 2d0d294e3c
commit b8b987f508

View File

@ -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: