]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Bug in comment. It didn't compile.
authorOndrej Filip <feela@network.cz>
Mon, 5 Jun 2000 15:06:26 +0000 (15:06 +0000)
committerOndrej Filip <feela@network.cz>
Mon, 5 Jun 2000 15:06:26 +0000 (15:06 +0000)
filter/filter.c

index 5c50b9a28299091286035e0aaaeb87ea57086243..8dfb33700d67cd343e5ab4e641f5c5f35e047dae 100644 (file)
@@ -71,7 +71,7 @@ pm_path_compare(struct f_path_mask *m1, struct f_path_mask *m2)
 }
 
 /**
- * val_compare - compare two values, returns -1, 0, 1 on <, =, > and 999 on error */
+ * val_compare - compare two values, returns -1, 0, 1 on <, =, > and 999 on error
  */
 int
 val_compare(struct f_val v1, struct f_val v2)