Bug in comment. It didn't compile.

This commit is contained in:
Ondrej Filip 2000-06-05 15:06:26 +00:00
parent b093c328f5
commit 49222defff

View 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)