diff options
Diffstat (limited to 'clang-tools-extra/clang-tidy/modernize/LoopConvertUtils.h')
| -rw-r--r-- | clang-tools-extra/clang-tidy/modernize/LoopConvertUtils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/clang-tidy/modernize/LoopConvertUtils.h b/clang-tools-extra/clang-tidy/modernize/LoopConvertUtils.h index 9aea8f6ca57..b2cba8c0172 100644 --- a/clang-tools-extra/clang-tidy/modernize/LoopConvertUtils.h +++ b/clang-tools-extra/clang-tidy/modernize/LoopConvertUtils.h @@ -145,7 +145,7 @@ public: /// /// In order to avoid this, this class looks at the container expression /// `arr[k]` and decides whether or not it contains a sub-expression declared - /// within the the loop body. + /// within the loop body. bool dependsOnInsideVariable(const clang::Stmt *Body) { DependsOnInsideVariable = false; TraverseStmt(const_cast<clang::Stmt *>(Body)); |

