Skip to content

Commit ad34bdd

Browse files
committed
[CSStep] NFC: Fix a typo in a comment: ambguous -> ambiguous
1 parent 186bf0a commit ad34bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sema/CSStep.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@ StepResult ConjunctionStep::resume(bool prevFailed) {
957957

958958
// Transform all of the unbound outer variables into
959959
// placeholders since we are not going to solve for
960-
// each ambguous solution.
960+
// each ambiguous solution.
961961
{
962962
unsigned numHoles = 0;
963963
for (auto *typeVar : CS.getTypeVariables()) {

0 commit comments

Comments
 (0)