diff options
author | Eric Christopher <echristo@gmail.com> | 2015-06-19 01:52:53 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2015-06-19 01:52:53 +0000 |
commit | 2c4555ad1b6e60c79318350fa54cca78e2288967 (patch) | |
tree | ca629cdbb56735a8869001304d07119be5d22548 /clang/lib/Analysis | |
parent | 6708c4a1767d44a4d25938b07f8f144a906fb411 (diff) | |
download | bcm5719-llvm-2c4555ad1b6e60c79318350fa54cca78e2288967.tar.gz bcm5719-llvm-2c4555ad1b6e60c79318350fa54cca78e2288967.zip |
Fix "the the" in comments/documentation/etc.
llvm-svn: 240110
Diffstat (limited to 'clang/lib/Analysis')
-rw-r--r-- | clang/lib/Analysis/CFG.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Analysis/CFG.cpp b/clang/lib/Analysis/CFG.cpp index b2fdd278798..19b3f5a4765 100644 --- a/clang/lib/Analysis/CFG.cpp +++ b/clang/lib/Analysis/CFG.cpp @@ -454,7 +454,7 @@ private: TerminatorExpr(nullptr) {} /// Returns whether we need to start a new branch for a temporary destructor - /// call. This is the case when the the temporary destructor is + /// call. This is the case when the temporary destructor is /// conditionally executed, and it is the first one we encounter while /// visiting a subexpression - other temporary destructors at the same level /// will be added to the same block and are executed under the same |