diff --git a/lib/Sema/CSGen.cpp b/lib/Sema/CSGen.cpp index c9cad0d0cbc8d..32b5154c93b10 100644 --- a/lib/Sema/CSGen.cpp +++ b/lib/Sema/CSGen.cpp @@ -2667,7 +2667,7 @@ Expr *ConstraintSystem::generateConstraints(Expr *expr) { // Remove implicit conversions from the expression. expr = expr->walk(SanitizeExpr(getTypeChecker())); - // Wall the expression to associate labeled arguments. + // Walk the expression to associate labeled arguments. expr->walk(ArgumentLabelWalker(*this, expr)); // Walk the expression, generating constraints.