Fixed Typo. "a" to "an".

This commit is contained in:
Nick
2015-12-08 10:33:51 -05:00
parent 1905cdc9cb
commit 953d895f23

View File

@@ -1785,7 +1785,7 @@ bool CalleeCandidateInfo::diagnoseAnyStructuralArgumentError(Expr *argExpr) {
return true;
}
// If this is a argument label mismatch, then diagnose that error now.
// If this is an argument label mismatch, then diagnose that error now.
if (!correctNames.empty() &&
CS->diagnoseArgumentLabelError(argExpr, correctNames,
/*isSubscript=*/false))