Re: fix some spelling mistakes in sys/net*

2022-01-02 Thread Jason McIntyre
ok, but also screwey -> screwy. jmc On 2 January 2022 12:13:23 GMT, Jonathan Gray wrote: >diff --git sys/net/fq_codel.c sys/net/fq_codel.c >index e5d103cdf57..e614f4c56a7 100644 >--- sys/net/fq_codel.c >+++ sys/net/fq_codel.c >@@ -188,7 +188,7 @@ static const int64_t codel_target = 500; > /*

fix some spelling mistakes in sys/net*

2022-01-02 Thread Jonathan Gray
diff --git sys/net/fq_codel.c sys/net/fq_codel.c index e5d103cdf57..e614f4c56a7 100644 --- sys/net/fq_codel.c +++ sys/net/fq_codel.c @@ -188,7 +188,7 @@ static const int64_t codel_target = 500; /* Grace period after last drop, 16 100ms intervals */ static const int64_t codel_grace = 16000