summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2018-01-24 01:45:57 +0000
committerNico Weber <nicolasweber@gmx.de>2018-01-24 01:45:57 +0000
commitcd5865c3d8b3905342a5c211d015a372cd42b516 (patch)
tree7f81c18b2540d14f76e58787705af4321458a50a /clang/lib/Format
parentb5447b1e7c3414ddc3998970cfbd2ec84420e1a9 (diff)
downloadbcm5719-llvm-cd5865c3d8b3905342a5c211d015a372cd42b516.tar.gz
bcm5719-llvm-cd5865c3d8b3905342a5c211d015a372cd42b516.zip
Fix typo in comment.
llvm-svn: 323293
Diffstat (limited to 'clang/lib/Format')
-rw-r--r--clang/lib/Format/TokenAnnotator.cpp2
1 files changed, 1 insertions, 1 deletions
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.
OpenPOWER on IntegriCloud