From 888c5e0afadbf75226ba6223ce548a1b379bbf85 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 19 Feb 2008 11:24:02 +0000 Subject: cleanup --- expr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'expr.c') diff --git a/expr.c b/expr.c index 7e4e9899..dfdf5fc7 100644 --- a/expr.c +++ b/expr.c @@ -58,7 +58,7 @@ finalize_it: } -/* destructor for the strm object */ +/* destructor for the expr object */ BEGINobjDestruct(expr) /* be sure to specify the object type also in END and CODESTART macros! */ CODESTARTobjDestruct(expr) /* ... then free resources */ -- cgit