Fix typo in comment.

llvm-svn: 323293
This commit is contained in:
Nico Weber 2018-01-24 01:45:57 +00:00
parent b5447b1e7c
commit cd5865c3d8
1 changed files with 1 additions and 1 deletions

View File

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