From: Nico Weber Date: Tue, 26 Jul 2022 05:55:10 +0000 (-0400) Subject: fix comment typo to cycle bots X-Git-Tag: upstream/15.0.7~472 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=620ca754e3f769f2be4668feccee84071d785be3;p=platform%2Fupstream%2Fllvm.git fix comment typo to cycle bots --- diff --git a/clang/tools/libclang/CIndex.cpp b/clang/tools/libclang/CIndex.cpp index 776761d..9356dd4 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