From 2e1e332fa1fd3a947c42decdd6acb22ca836f590 Mon Sep 17 00:00:00 2001 From: Daniel Grund Date: Mon, 21 Mar 2005 16:05:17 +0000 Subject: [PATCH] fixes comment [r5442] --- ir/adt/pset.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1