r323293 - Fix typo in comment.
Nico Weber via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 23 17:45:57 PST 2018
Author: nico
Date: Tue Jan 23 17:45:57 2018
New Revision: 323293
URL: http://llvm.org/viewvc/llvm-project?rev=323293&view=rev
Log:
Fix typo in comment.
Modified:
cfe/trunk/lib/Format/TokenAnnotator.cpp
Modified: cfe/trunk/lib/Format/TokenAnnotator.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Format/TokenAnnotator.cpp?rev=323293&r1=323292&r2=323293&view=diff
==============================================================================
--- cfe/trunk/lib/Format/TokenAnnotator.cpp (original)
+++ cfe/trunk/lib/Format/TokenAnnotator.cpp Tue Jan 23 17:45:57 2018
@@ -1516,7 +1516,7 @@ public:
AnnotatedLine &Line)
: Style(Style), Keywords(Keywords), Current(Line.First) {}
- /// \brief Parse expressions with the given operatore precedence.
+ /// \brief Parse expressions with the given operator precedence.
void parse(int Precedence = 0) {
// Skip 'return' and ObjC selector colons as they are not part of a binary
// expression.
More information about the cfe-commits
mailing list