[clang] 620ca75 - fix comment typo to cycle bots

Nico Weber via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 25 22:55:24 PDT 2022


Author: Nico Weber
Date: 2022-07-26T01:55:10-04:00
New Revision: 620ca754e3f769f2be4668feccee84071d785be3

URL: https://github.com/llvm/llvm-project/commit/620ca754e3f769f2be4668feccee84071d785be3
DIFF: https://github.com/llvm/llvm-project/commit/620ca754e3f769f2be4668feccee84071d785be3.diff

LOG: fix comment typo to cycle bots

Added: 
    

Modified: 
    clang/tools/libclang/CIndex.cpp

Removed: 
    


################################################################################
diff  --git a/clang/tools/libclang/CIndex.cpp b/clang/tools/libclang/CIndex.cpp
index 776761db2b1c..9356dd4a2377 100644
--- a/clang/tools/libclang/CIndex.cpp
+++ b/clang/tools/libclang/CIndex.cpp
@@ -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


        


More information about the cfe-commits mailing list