tc: spelling fixes

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
Stephen Hemminger 2018-10-18 13:22:51 -07:00
parent 5cc4639471
commit f5a398bf17
2 changed files with 2 additions and 2 deletions

View File

@ -1165,7 +1165,7 @@ static int u32_parse_opt(struct filter_util *qu, char *handle,
argc--; argv++; argc--; argv++;
} }
/* We dont necessarily need class/flowids */ /* We don't necessarily need class/flowids */
if (terminal_ok) if (terminal_ok)
sel.sel.flags |= TC_U32_TERMINAL; sel.sel.flags |= TC_U32_TERMINAL;

View File

@ -51,7 +51,7 @@ parse_ip(int *argc_p, char ***argv_p,
} }
/* jamal - look at these and make them either old or new /* jamal - look at these and make them either old or new
** scheme given diffserv ** scheme given diffserv
** dont forget the CE bit ** don't forget the CE bit
*/ */
if (strcmp(*argv, "tos") == 0 || matches(*argv, "dsfield") == 0) { if (strcmp(*argv, "tos") == 0 || matches(*argv, "dsfield") == 0) {
NEXT_ARG(); NEXT_ARG();