From 953d895f23c6ab0f056befed19e78686ea700a29 Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 8 Dec 2015 10:33:51 -0500 Subject: [PATCH] Fixed Typo. "a" to "an". --- lib/Sema/CSDiag.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Sema/CSDiag.cpp b/lib/Sema/CSDiag.cpp index 1cba40278dcab..dab8274db297e 100644 --- a/lib/Sema/CSDiag.cpp +++ b/lib/Sema/CSDiag.cpp @@ -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))