diff --git a/lib/Sema/TypeCheckDecl.cpp b/lib/Sema/TypeCheckDecl.cpp index f83bfb31c7b7b..60cc86c629f89 100644 --- a/lib/Sema/TypeCheckDecl.cpp +++ b/lib/Sema/TypeCheckDecl.cpp @@ -2930,7 +2930,7 @@ class DeclChecker : public DeclVisitor { if (!IsSecondPass) { for (unsigned i = 0, e = PBD->getNumPatternEntries(); i != e; ++i) { - // Type check each VarDecl in that his PatternBinding handles. + // Type check each VarDecl in that their PatternBinding handles. visitBoundVars(PBD->getPattern(i)); // If we have a type but no initializer, check whether the type is