fix comment typo to cycle bots
authorNico Weber <thakis@chromium.org>
Tue, 26 Jul 2022 05:55:10 +0000 (01:55 -0400)
committerNico Weber <thakis@chromium.org>
Tue, 26 Jul 2022 05:55:10 +0000 (01:55 -0400)
clang/tools/libclang/CIndex.cpp

index 776761d..9356dd4 100644 (file)
@@ -7371,7 +7371,7 @@ AnnotateTokensWorker::PostChildrenActions
 AnnotateTokensWorker::DetermineChildActions(CXCursor Cursor) const {
   PostChildrenActions actions;
 
-  // The DeclRefExpr of CXXOperatorCallExpr refering to the custom operator is
+  // The DeclRefExpr of CXXOperatorCallExpr referring to the custom operator is
   // visited before the arguments to the operator call. For the Call and
   // Subscript operator the range of this DeclRefExpr includes the whole call
   // expression, so that all tokens in that range would be mapped to the