From cd5865c3d8b3905342a5c211d015a372cd42b516 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Wed, 24 Jan 2018 01:45:57 +0000 Subject: Fix typo in comment. llvm-svn: 323293 --- clang/lib/Format/TokenAnnotator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/lib/Format') diff --git a/clang/lib/Format/TokenAnnotator.cpp b/clang/lib/Format/TokenAnnotator.cpp index 298c72b002f..ca648dc1ec8 100644 --- a/clang/lib/Format/TokenAnnotator.cpp +++ b/clang/lib/Format/TokenAnnotator.cpp @@ -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. -- cgit v1.2.3