Skip to content

Commit 5ba9a37

Browse files
committed
Merge pull request #182 from mightydeveloper/master
Fixed Typo.
2 parents 1a57bd7 + 6e4e285 commit 5ba9a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sema/ConstraintSystem.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ class TypeVariableType::Implementation {
219219
if (!ParentOrFixed.is<TypeVariableType *>())
220220
return true;
221221

222-
// Check whether the representatative is different from our own type
222+
// Check whether the representative is different from our own type
223223
// variable.
224224
return ParentOrFixed.get<TypeVariableType *>() != getTypeVariable();
225225
}

0 commit comments

Comments
 (0)