summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis
diff options
context:
space:
mode:
authorHiroshi Inoue <inouehrs@jp.ibm.com>2018-01-26 08:15:52 +0000
committerHiroshi Inoue <inouehrs@jp.ibm.com>2018-01-26 08:15:52 +0000
commitef04f64069575d7a22c3893a5e8df5bb5f4b26f3 (patch)
tree5458bfe61fc1a6a27c2f5ebc37e71d0ee015924a /clang/test/Analysis
parent0909ca132fcd836df843aa1ed1585bb0c15c5520 (diff)
downloadbcm5719-llvm-ef04f64069575d7a22c3893a5e8df5bb5f4b26f3.tar.gz
bcm5719-llvm-ef04f64069575d7a22c3893a5e8df5bb5f4b26f3.zip
[NFC] fix trivial typos in comments and documents
"in in" -> "in", "on on" -> "on" etc. llvm-svn: 323509
Diffstat (limited to 'clang/test/Analysis')
-rw-r--r--clang/test/Analysis/temporaries.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/temporaries.cpp b/clang/test/Analysis/temporaries.cpp
index 99851dd6853..9e2d45f693a 100644
--- a/clang/test/Analysis/temporaries.cpp
+++ b/clang/test/Analysis/temporaries.cpp
@@ -434,7 +434,7 @@ namespace destructors {
const CtorWithNoReturnDtor &c = CtorWithNoReturnDtor();
// This represents an (expected) loss of coverage, since the destructor
- // of the lifetime-exended temporary is executed at at the end of
+ // of the lifetime-exended temporary is executed at the end of
// scope.
clang_analyzer_warnIfReached(); // no-warning
}
OpenPOWER on IntegriCloud