summaryrefslogtreecommitdiffstats
path: root/filter/tree.c
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>2000-06-07 16:45:55 +0200
committerPavel Machek <pavel@ucw.cz>2000-06-07 16:45:55 +0200
commit3e82b32d3637a3a3d2eb935dc7036b32bc3fecd4 (patch)
treeb73bf630fa17511b22adcb45b9bd50d24c8315bf /filter/tree.c
parent074a166d9441a2b03931751dbc181e0d462a9d7c (diff)
downloadbird-3e82b32d3637a3a3d2eb935dc7036b32bc3fecd4.tar
bird-3e82b32d3637a3a3d2eb935dc7036b32bc3fecd4.zip
Progdocs updates
Diffstat (limited to 'filter/tree.c')
-rw-r--r--filter/tree.c2
1 files changed, 1 insertions, 1 deletions
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 *