fixed typo
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Tue, 27 Mar 2007 09:40:08 +0000 (09:40 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Tue, 27 Mar 2007 09:40:08 +0000 (09:40 +0000)
[r8736]

ir/adt/unionfind.h

index 9698184..4dde3ec 100644 (file)
@@ -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;