Skip to content

Commit f92d0c8

Browse files
committed
Fix typo
1 parent 109d8e6 commit f92d0c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sema/CSGen.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2667,7 +2667,7 @@ Expr *ConstraintSystem::generateConstraints(Expr *expr) {
26672667
// Remove implicit conversions from the expression.
26682668
expr = expr->walk(SanitizeExpr(getTypeChecker()));
26692669

2670-
// Wall the expression to associate labeled arguments.
2670+
// Walk the expression to associate labeled arguments.
26712671
expr->walk(ArgumentLabelWalker(*this, expr));
26722672

26732673
// Walk the expression, generating constraints.

0 commit comments

Comments
 (0)