summaryrefslogtreecommitdiff
path: root/tc/q_netem.c
diff options
context:
space:
mode:
authorEric Dumazet <eric.dumazet@gmail.com>2011-12-24 05:39:13 +0100
committerStephen Hemminger <shemminger@vyatta.com>2011-12-24 11:21:33 -0800
commitd060de7f8da283fcd410b16f687cd6b33382c316 (patch)
tree41f91bc747b8f53842ca7d0c53d9b466498cba85 /tc/q_netem.c
parent2aa3dd29a75c494bf969586da5489d4dc7d07839 (diff)
netem: fix a typo in explain()
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Diffstat (limited to 'tc/q_netem.c')
-rw-r--r--tc/q_netem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tc/q_netem.c b/tc/q_netem.c
index e9a601b3..b1fd4529 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)