From: Daniel Grund Date: Mon, 21 Mar 2005 16:05:17 +0000 (+0000) Subject: fixes comment X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=2e1e332fa1fd3a947c42decdd6acb22ca836f590;p=libfirm fixes comment [r5442] --- diff --git a/ir/adt/pset.h b/ir/adt/pset.h index 1de420252..10549e815 100644 --- a/ir/adt/pset.h +++ b/ir/adt/pset.h @@ -142,8 +142,8 @@ pset_entry *pset_hinsert (pset *pset, const void *key, unsigned hash); /** * Removes an element from a pset. * - * @param pset the pset to insert in - * @param key a pointer to the element to be inserted + * @param pset the pset to delete in + * @param key a pointer to the element to be deleted * @param hash the hash-value of the element * * @return