summaryrefslogtreecommitdiff
path: root/util-print.c
diff options
context:
space:
mode:
authorDenis Ovsienko <denis@ovsienko.info>2018-08-01 14:06:33 +0100
committerDenis Ovsienko <denis@ovsienko.info>2018-08-01 14:06:33 +0100
commit9ea3e1b265f226ca5e51f87e5d97740718f46dbc (patch)
tree79fb2b2c908cc07d2d6f34c5fcf3dfb6ce742250 /util-print.c
parent2c070e974313be2dfdff074bf395324c3adc4673 (diff)
downloadtcpdump-9ea3e1b265f226ca5e51f87e5d97740718f46dbc.tar.gz
Fix some spelling in comments.
[skip ci]
Diffstat (limited to 'util-print.c')
-rw-r--r--util-print.c6
1 files changed, 3 insertions, 3 deletions
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,