From: Daniel Grund Date: Sat, 15 Jan 2005 01:59:39 +0000 (+0000) Subject: fixed comment X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=713c6278485b73a8d687f1c86145892c51f490f1;p=libfirm fixed comment [r4928] --- 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);