From 6e4e2857583456735b3135133352dc0bce76ba4d Mon Sep 17 00:00:00 2001 From: Young Seok Tony Kim Date: Sat, 5 Dec 2015 00:29:30 +0900 Subject: [PATCH] Fixed Typo --- lib/Sema/ConstraintSystem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Sema/ConstraintSystem.h b/lib/Sema/ConstraintSystem.h index e071b3339d65d..510a05f37433f 100644 --- a/lib/Sema/ConstraintSystem.h +++ b/lib/Sema/ConstraintSystem.h @@ -219,7 +219,7 @@ class TypeVariableType::Implementation { if (!ParentOrFixed.is()) return true; - // Check whether the representatative is different from our own type + // Check whether the representative is different from our own type // variable. return ParentOrFixed.get() != getTypeVariable(); }