From: Eric Dumazet Date: Sat, 24 Dec 2011 04:39:13 +0000 (+0100) Subject: netem: fix a typo in explain() X-Git-Tag: v3.2.0~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d060de7f8da283fcd410b16f687cd6b33382c316;p=thirdparty%2Fiproute2.git netem: fix a typo in explain() Signed-off-by: Eric Dumazet --- diff --git a/tc/q_netem.c b/tc/q_netem.c index e9a601b38..b1fd45297 100644 --- a/tc/q_netem.c +++ b/tc/q_netem.c @@ -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)