]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/commitdiff
netem: fix a typo in explain()
authorEric Dumazet <eric.dumazet@gmail.com>
Sat, 24 Dec 2011 04:39:13 +0000 (05:39 +0100)
committerStephen Hemminger <shemminger@vyatta.com>
Sat, 24 Dec 2011 19:21:33 +0000 (11:21 -0800)
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
tc/q_netem.c

index e9a601b38aec8046f07b0e2a44693ff2d5b45fcb..b1fd45297c0810b3bfdcdfd8bae67afddd242f8a 100644 (file)
@@ -38,7 +38,7 @@ static void explain(void)
 "                 [ loss random PERCENT [CORRELATION]]\n" \
 "                 [ loss state P13 [P31 [P32 [P23 P14]]]\n" \
 "                 [ loss gemodel PERCENT [R [1-H [1-K]]]\n" \
-"                 [ reorder PRECENT [CORRELATION] [ gap DISTANCE ]]\n");
+"                 [ reorder PERCENT [CORRELATION] [ gap DISTANCE ]]\n");
 }
 
 static void explain1(const char *arg)