Skip to content

Commit 089ea58

Browse files
[gardening] Fix dupe word typo.
1 parent 49ed857 commit 089ea58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sema/CSSolver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2538,7 +2538,7 @@ bool ConstraintSystem::solveSimplified(
25382538

25392539
// Select a disjunction based on a few factors, prioritizing
25402540
// coercions and initializer disjunctions, followed by bind overload
2541-
// disjunctions with with fewest unbound argument types.
2541+
// disjunctions with fewest unbound argument types.
25422542
Optional<Constraint *> selection;
25432543
Optional<unsigned> lowestUnbound;
25442544
Optional<unsigned> lowestActive;

0 commit comments

Comments
 (0)