Skip to content

Commit 3cc92a8

Browse files
committed
spelling: whether
Signed-off-by: Josh Soref <[email protected]>
1 parent 2631422 commit 3cc92a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/AST/GenericSignatureBuilder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7547,7 +7547,7 @@ void GenericSignatureBuilder::checkSameTypeConstraints(
75477547
if (lhs.source != rhs.source || lhs.target != rhs.target)
75487548
return false;
75497549

7550-
// Check whethe we should diagnose redundancy for both constraints.
7550+
// Check whether we should diagnose redundancy for both constraints.
75517551
if (!lhs.constraint.source->shouldDiagnoseRedundancy(true) ||
75527552
!rhs.constraint.source->shouldDiagnoseRedundancy(false))
75537553
return true;

0 commit comments

Comments
 (0)