diff --git a/cpp/ql/src/Best Practices/Likely Errors/CommaBeforeMisleadingIndentation.ql b/cpp/ql/src/Best Practices/Likely Errors/CommaBeforeMisleadingIndentation.ql index d059e92d1c9..c3bde8c3e6e 100644 --- a/cpp/ql/src/Best Practices/Likely Errors/CommaBeforeMisleadingIndentation.ql +++ b/cpp/ql/src/Best Practices/Likely Errors/CommaBeforeMisleadingIndentation.ql @@ -13,7 +13,7 @@ import cpp import semmle.code.cpp.commons.Exclusions /** - * Holds if this is an implicit `this`. + * Holds if `te` is an implicit `this`. * * ThisExpr.isCompilerGenerated() is currently not being extracted, so use a heuristic. */