From dacb503f702148f282eae39f49e6e1468556143e Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 5 Jun 2006 16:00:43 +0000 Subject: [PATCH] doxygen docu added [r7875] --- ir/adt/eset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/adt/eset.h b/ir/adt/eset.h index fbdb5e0f1..14a6effab 100644 --- a/ir/adt/eset.h +++ b/ir/adt/eset.h @@ -55,7 +55,7 @@ void *eset_first(eset *s); */ void *eset_next(eset *s); -/** Inserts all elements of source into target (union). Did NOT work if NULL is contained in source. */ +/** Inserts all elements of source into target (union). Does NOT work if NULL is contained in source. */ void eset_insert_all(eset *target, eset *source); #endif /* _ESET_H_ */ -- 2.20.1