[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1324701553.2915.32.camel@edumazet-laptop>
Date: Sat, 24 Dec 2011 05:39:13 +0100
From: Eric Dumazet <eric.dumazet@...il.com>
To: Stephen Hemminger <shemminger@...tta.com>
Cc: netdev <netdev@...r.kernel.org>
Subject: [PATCH iproute2] netem: fix a typo in explain()
Signed-off-by: Eric Dumazet <eric.dumazet@...il.com>
---
tc/q_netem.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tc/q_netem.c b/tc/q_netem.c
index e9a601b..b1fd452 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)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists