From 3e82b32d3637a3a3d2eb935dc7036b32bc3fecd4 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Wed, 7 Jun 2000 14:45:55 +0000 Subject: Progdocs updates --- filter/tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filter/tree.c') diff --git a/filter/tree.c b/filter/tree.c index cd8eef0..a67ddd0 100644 --- a/filter/tree.c +++ b/filter/tree.c @@ -70,7 +70,7 @@ find_median(struct f_tree *from) * by &f_val structures (that can be compared by val_compare()). In each node of tree, * either single value (then t->from==t->to) or range is present. * - * Both set matching and switch() { } construction is implemented using this function, + * Both set matching and |switch() { }| construction is implemented using this function, * thus both are as fast as they can be. */ struct f_tree * -- cgit v1.2.3