From bd7d7906495c7c8523219ae0f2fff49c060fdcf3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christian=20W=C3=BCrdig?= Date: Tue, 27 Mar 2007 09:40:08 +0000 Subject: [PATCH] fixed typo [r8736] --- ir/adt/unionfind.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1