From 51536ebbe869fe029d36c869677d0d2310f45eee Mon Sep 17 00:00:00 2001 From: Amir Vadai Date: Sun, 23 Apr 2017 15:53:49 +0300 Subject: [PATCH] tc/pedit: Fix a typo in pedit usage message Signed-off-by: Amir Vadai --- tc/m_pedit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tc/m_pedit.c b/tc/m_pedit.c index 8e9bf072..939a6a14 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"