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/Sema | |
| 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/Sema')
| -rw-r--r-- | clang/lib/Sema/SemaStmt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaStmt.cpp b/clang/lib/Sema/SemaStmt.cpp index 5c72529caa8..50e4345216a 100644 --- a/clang/lib/Sema/SemaStmt.cpp +++ b/clang/lib/Sema/SemaStmt.cpp @@ -3432,7 +3432,7 @@ class CatchHandlerType { public: /// Used when creating a CatchHandlerType from a handler type; will determine - /// whether the type is a pointer or reference and will strip off the the top + /// whether the type is a pointer or reference and will strip off the top /// level pointer and cv-qualifiers. CatchHandlerType(QualType Q) : QT(Q), IsPointer(false) { if (QT->isPointerType()) |

