diff mbox

[iproute2] netem: fix a typo in explain()

Message ID 1324701553.2915.32.camel@edumazet-laptop
State Accepted, archived
Delegated to: stephen hemminger
Headers show

Commit Message

Eric Dumazet Dec. 24, 2011, 4:39 a.m. UTC
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
---
 tc/q_netem.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

stephen hemminger Dec. 24, 2011, 7:21 p.m. UTC | #1
On Sat, 24 Dec 2011 05:39:13 +0100
Eric Dumazet <eric.dumazet@gmail.com> wrote:

> Signed-off-by: Eric Dumazet <eric.dumazet@gmail.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)
> 
> 

Applied
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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)