X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/230e0b85778df66f9cec62d13f0025c78cc0c9da..a8abce5c5e2dce2ba6dbccd5d3829da104b80f9c:/util-print.c diff --git a/util-print.c b/util-print.c index ce5bfdc9..7f23a4b0 100644 --- a/util-print.c +++ b/util-print.c @@ -501,7 +501,7 @@ tok2str(const struct tok *lp, const char *fmt, /* * Convert a bit token value to a string; use "fmt" if not found. - * this is useful for parsing bitfields, the output strings are seperated + * this is useful for parsing bitfields, the output strings are separated * if the s field is positive. */ static char * @@ -555,7 +555,7 @@ bittok2str_internal(const struct tok *lp, const char *fmt, /* * Convert a bit token value to a string; use "fmt" if not found. - * this is useful for parsing bitfields, the output strings are not seperated. + * this is useful for parsing bitfields, the output strings are not separated. */ char * bittok2str_nosep(const struct tok *lp, const char *fmt, @@ -566,7 +566,7 @@ bittok2str_nosep(const struct tok *lp, const char *fmt, /* * Convert a bit token value to a string; use "fmt" if not found. - * this is useful for parsing bitfields, the output strings are comma seperated. + * this is useful for parsing bitfields, the output strings are comma separated. */ char * bittok2str(const struct tok *lp, const char *fmt,