diff options
| author | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2018-01-22 07:44:38 +0000 |
|---|---|---|
| committer | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2018-01-22 07:44:38 +0000 |
| commit | 56939f7e75a753e47c34007648d39d27564cbed0 (patch) | |
| tree | b112963e377a929b2aa0c0327476efa3bbb0075d /clang/test/Analysis | |
| parent | 50714a1cbc9b0f49e0dff961ffb50fd80668b250 (diff) | |
| download | bcm5719-llvm-56939f7e75a753e47c34007648d39d27564cbed0.tar.gz bcm5719-llvm-56939f7e75a753e47c34007648d39d27564cbed0.zip | |
[NFC] fix trivial typos in comments
"the the" -> "the"
llvm-svn: 323078
Diffstat (limited to 'clang/test/Analysis')
| -rw-r--r-- | clang/test/Analysis/copypaste/macro-complexity.cpp | 2 | ||||
| -rw-r--r-- | clang/test/Analysis/malloc-custom.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Analysis/copypaste/macro-complexity.cpp b/clang/test/Analysis/copypaste/macro-complexity.cpp index 70d3f0c7482..db90236d0a1 100644 --- a/clang/test/Analysis/copypaste/macro-complexity.cpp +++ b/clang/test/Analysis/copypaste/macro-complexity.cpp @@ -1,7 +1,7 @@ // RUN: %clang_analyze_cc1 -std=c++11 -analyzer-checker=alpha.clone.CloneChecker -analyzer-config alpha.clone.CloneChecker:MinimumCloneComplexity=10 -verify %s // Tests that the complexity value of a macro expansion is about the same as -// the complexity value of a normal function call and the the macro body doesn't +// the complexity value of a normal function call and the macro body doesn't // influence the complexity. See the CloneSignature class in CloneDetection.h // for more information about complexity values of clones. diff --git a/clang/test/Analysis/malloc-custom.c b/clang/test/Analysis/malloc-custom.c index f33b150de67..053d0ee31ca 100644 --- a/clang/test/Analysis/malloc-custom.c +++ b/clang/test/Analysis/malloc-custom.c @@ -1,6 +1,6 @@ // RUN: %clang_analyze_cc1 -analyzer-checker=core,unix.Malloc -Wno-incompatible-library-redeclaration -verify %s -// Various tests to make the the analyzer is robust against custom +// Various tests to make the analyzer is robust against custom // redeclarations of memory routines. // // You wouldn't expect to see much of this in normal code, but, for example, |

