From: Amir Vadai Date: Sun, 23 Apr 2017 12:53:49 +0000 (+0300) Subject: tc/pedit: Fix a typo in pedit usage message X-Git-Tag: v4.11.0~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51536ebbe869fe029d36c869677d0d2310f45eee;p=thirdparty%2Fiproute2.git tc/pedit: Fix a typo in pedit usage message Signed-off-by: Amir Vadai --- diff --git a/tc/m_pedit.c b/tc/m_pedit.c index 8e9bf0720..939a6a145 100644 --- a/tc/m_pedit.c +++ b/tc/m_pedit.c @@ -40,7 +40,7 @@ static void explain(void) "\t:= [ATC]\n \t\tOFFSETC:= offset \n" "\t\tATC:= at offmask shift \n" "\t\tNOTE: offval is byte offset, must be multiple of 4\n" - "\t\tNOTE: maskval is a 32 bit hex number\n \t\tNOTE: shiftval is a is a shift value\n" + "\t\tNOTE: maskval is a 32 bit hex number\n \t\tNOTE: shiftval is a shift value\n" "\t\tCMD:= clear | invert | set | retain\n" "\t:= ip | ip6 \n" " \t\t| udp | tcp | icmp \n"