]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
tc: spelling fixes
authorStephen Hemminger <stephen@networkplumber.org>
Thu, 18 Oct 2018 20:22:51 +0000 (13:22 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Thu, 18 Oct 2018 20:22:51 +0000 (13:22 -0700)
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
tc/f_u32.c
tc/p_ip.c

index b6064cdb94cba5987238880f6c5765bad92aa04a..bff4be6377289a87cc1d2b2e7b3e38a81b0feaac 100644 (file)
@@ -1165,7 +1165,7 @@ static int u32_parse_opt(struct filter_util *qu, char *handle,
                argc--; argv++;
        }
 
-       /* We dont necessarily need class/flowids */
+       /* We don't necessarily need class/flowids */
        if (terminal_ok)
                sel.sel.flags |= TC_U32_TERMINAL;
 
index 81ac8d95d3a1cb9ec258cfe5cb9823aebfd82ccd..e9fd6f834efcdd92f66cf47f2de60239eeafde2a 100644 (file)
--- a/tc/p_ip.c
+++ b/tc/p_ip.c
@@ -51,7 +51,7 @@ parse_ip(int *argc_p, char ***argv_p,
        }
        /* jamal - look at these and make them either old or new
        ** scheme given diffserv
-       ** dont forget the CE bit
+       ** don't forget the CE bit
        */
        if (strcmp(*argv, "tos") == 0 || matches(*argv, "dsfield") == 0) {
                NEXT_ARG();