# cvs diff -Nup pfctl_osfp.c
Index: pfctl_osfp.c
===================================================================
RCS file: /cvs/src/sbin/pfctl/pfctl_osfp.c,v
retrieving revision 1.15
diff -N -u -p pfctl_osfp.c
--- pfctl_osfp.c 13 Dec 2006 05:10:15 -0000 1.15
+++ pfctl_osfp.c 23 Dec 2009 01:07:19 -0000
@@ -976,7 +976,7 @@ get_tcpopts(const char *filename, int lineno, const
ch
return (0);
}
-/* rip the next field ouf of a formatted config file line */
+/* rip the next field out of a formatted config file line */
char *
get_field(char **line, size_t *len, int *fieldlen)
{