From 5daea89650ab6fecfbc992880ed8ebffa68a3a5b Mon Sep 17 00:00:00 2001 From: pcbro <2bux89+dk3zspjmuh16o@sharklasers.com> Date: Fri, 4 Dec 2015 09:50:53 +0000 Subject: [PATCH] Use gender-neutral language --- lib/Sema/TypeCheckDecl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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