diff options
| author | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2018-01-26 08:15:52 +0000 |
|---|---|---|
| committer | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2018-01-26 08:15:52 +0000 |
| commit | ef04f64069575d7a22c3893a5e8df5bb5f4b26f3 (patch) | |
| tree | 5458bfe61fc1a6a27c2f5ebc37e71d0ee015924a /clang/test/Analysis | |
| parent | 0909ca132fcd836df843aa1ed1585bb0c15c5520 (diff) | |
| download | bcm5719-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.cpp | 2 |
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 } |

