Skip to content

Commit 3e81206

Browse files
committed
Merge pull request #243 from ide-an/fix_typo
Fix typo
2 parents 262d001 + f92d0c8 commit 3e81206

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)