[clang-tidy][NFC] Fix typo in comment

This commit is contained in:
Victor Chernyakin
2025-09-09 19:06:53 -07:00
parent ebf78588b1
commit 8532566e33

View File

@@ -39,7 +39,7 @@ namespace {
// - LoopCounterName: The entire for loop (as ForStmt).
// - LoopParentName: The body of function f (as CompoundStmt).
// - VectorVarDeclName: 'v' (as VarDecl).
// - VectorVarDeclStmatName: The entire 'std::vector<T> v;' statement (as
// - VectorVarDeclStmtName: The entire 'std::vector<T> v;' statement (as
// DeclStmt).
// - PushBackOrEmplaceBackCallName: 'v.push_back(i)' (as cxxMemberCallExpr).
// - LoopInitVarName: 'i' (as VarDecl).