From: Christian Würdig Date: Tue, 27 Mar 2007 09:40:08 +0000 (+0000) Subject: fixed typo X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=bd7d7906495c7c8523219ae0f2fff49c060fdcf3;p=libfirm fixed typo [r8736] --- diff --git a/ir/adt/unionfind.h b/ir/adt/unionfind.h index 969818494..4dde3eca0 100644 --- a/ir/adt/unionfind.h +++ b/ir/adt/unionfind.h @@ -58,7 +58,7 @@ static INLINE int uf_union(int* data, int set1, int set2) { if(set1 == set2) return 0; - // need 2 set represantatives + // need 2 set representatives assert(d1 < 0 && d2 < 0); newcount = d1 + d2;