From 5ef1d5f1fe06f3f5678a1d2fa8cd5808930c9510 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Thu, 23 Dec 2004 12:33:14 +0000 Subject: [PATCH] typo fixed [r4729] --- ir/adt/eset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); /** -- 2.20.1