summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2015-06-19 01:52:53 +0000
committerEric Christopher <echristo@gmail.com>2015-06-19 01:52:53 +0000
commit2c4555ad1b6e60c79318350fa54cca78e2288967 (patch)
treeca629cdbb56735a8869001304d07119be5d22548 /clang/lib/Sema
parent6708c4a1767d44a4d25938b07f8f144a906fb411 (diff)
downloadbcm5719-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.cpp2
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())
OpenPOWER on IntegriCloud