netem: fix a typo in explain()

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
This commit is contained in:
Eric Dumazet 2011-12-24 05:39:13 +01:00 committed by Stephen Hemminger
parent 2aa3dd29a7
commit d060de7f8d
1 changed files with 1 additions and 1 deletions

View 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)