diff options
author | Bhaskar Chowdhury <unixbhaskar@gmail.com> | 2021-03-19 10:16:23 +0530 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-19 11:51:03 -0700 |
commit | 8a2dc6af67a0c9f65a22ea40fc79974ee8f368c7 (patch) | |
tree | 6c74fcb373ba009e0d1d49d8b53003c06c4b7a9b /include/net | |
parent | 8ff0b1f08ea73e5c08f5addd23481e76a60e741c (diff) |
sch_red: Fix a typo
s/recalcultion/recalculation/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/red.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/red.h b/include/net/red.h index 9e6647c4ccd1..0b39eff1d50a 100644 --- a/include/net/red.h +++ b/include/net/red.h @@ -295,7 +295,7 @@ static inline unsigned long red_calc_qavg_from_idle_time(const struct red_parms int shift; /* - * The problem: ideally, average length queue recalcultion should + * The problem: ideally, average length queue recalculation should * be done over constant clock intervals. This is too expensive, so * that the calculation is driven by outgoing packets. * When the queue is idle we have to model this clock by hand. |