fixes comment
authorDaniel Grund <grund@cs.uni-saarland.de>
Mon, 21 Mar 2005 16:05:17 +0000 (16:05 +0000)
committerDaniel Grund <grund@cs.uni-saarland.de>
Mon, 21 Mar 2005 16:05:17 +0000 (16:05 +0000)
[r5442]

ir/adt/pset.h

index 1de4202..10549e8 100644 (file)
@@ -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