From 713c6278485b73a8d687f1c86145892c51f490f1 Mon Sep 17 00:00:00 2001 From: Daniel Grund Date: Sat, 15 Jan 2005 01:59:39 +0000 Subject: [PATCH] fixed comment [r4928] --- ir/adt/pset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/adt/pset.h b/ir/adt/pset.h index 5dd908156..9a42d1bfa 100644 --- a/ir/adt/pset.h +++ b/ir/adt/pset.h @@ -100,7 +100,7 @@ int pset_count (pset *pset); * @param hash the hash value of key * * @return - * the pointer of the found element in the pset of NULL if it was not found + * the pointer of the found element in the pset or NULL if it was not found */ void *pset_find (pset *pset, const void *key, unsigned hash); -- 2.20.1