]> granicus.if.org Git - clang/commitdiff
Fix typo in comment.
authorNico Weber <nicolasweber@gmx.de>
Wed, 24 Jan 2018 01:45:57 +0000 (01:45 +0000)
committerNico Weber <nicolasweber@gmx.de>
Wed, 24 Jan 2018 01:45:57 +0000 (01:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@323293 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Format/TokenAnnotator.cpp

index 298c72b002f8b61cbe4f5d826aa29f07e00783b9..ca648dc1ec841b67f0487c3d6bd5bc4e07768fdd 100644 (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.