diff options
| author | Nico Weber <nicolasweber@gmx.de> | 2018-01-24 01:45:57 +0000 | 
|---|---|---|
| committer | Nico Weber <nicolasweber@gmx.de> | 2018-01-24 01:45:57 +0000 | 
| commit | cd5865c3d8b3905342a5c211d015a372cd42b516 (patch) | |
| tree | 7f81c18b2540d14f76e58787705af4321458a50a /clang/lib/Format | |
| parent | b5447b1e7c3414ddc3998970cfbd2ec84420e1a9 (diff) | |
| download | bcm5719-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.cpp | 2 | 
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. | 

