Commit d060de7f authored by Eric Dumazet's avatar Eric Dumazet Committed by Stephen Hemminger

netem: fix a typo in explain()

Signed-off-by: default avatarEric Dumazet <eric.dumazet@gmail.com>
parent 2aa3dd29
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment