From 9552e66ebb80b05ef63cadba5ed73872bdb618c7 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Thu, 26 Apr 2007 22:17:49 +0000 Subject: [PATCH] Typo fixed [r13499] --- ir/adt/pset_new.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ir/adt/pset_new.h b/ir/adt/pset_new.h index 7ff0d9399..357f17c73 100644 --- a/ir/adt/pset_new.h +++ b/ir/adt/pset_new.h @@ -52,8 +52,8 @@ void pset_new_init(pset_new_t *pset_new); /** * Initializes a pset_new * - * @param pset_new Pointer to allocated space for the pset_new - * @param expected_elements Number of elements expected in the pset_new (rougly) + * @param pset_new Pointer to allocated space for the pset_new + * @param expected_elements Number of elements expected in the pset_new (roughly) */ void pset_new_init_size(pset_new_t *pset_new, size_t expected_elements); -- 2.20.1