From: Michael Beck Date: Thu, 23 Dec 2004 12:33:14 +0000 (+0000) Subject: typo fixed X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=5ef1d5f1fe06f3f5678a1d2fa8cd5808930c9510;p=libfirm typo fixed [r4729] --- diff --git a/ir/adt/eset.h b/ir/adt/eset.h index 79c4d95bc..60df1614f 100644 --- a/ir/adt/eset.h +++ b/ir/adt/eset.h @@ -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); /**