typo fixed
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 23 Dec 2004 12:33:14 +0000 (12:33 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 23 Dec 2004 12:33:14 +0000 (12:33 +0000)
[r4729]

ir/adt/eset.h

index 79c4d95..60df161 100644 (file)
@@ -33,7 +33,7 @@ void eset_destroy(eset *s);
 /** Inserts an address into the set. */
 void eset_insert(eset *s, void *p);
 
-/** Checks, wheater an address is element of a set. */
+/** Checks, whether an address is element of a set. */
 int eset_contains(eset *s, void *p);
 
 /**