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: _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits