1
0
Fork 0

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>
rM2-mainline
Bhaskar Chowdhury 2021-03-19 10:16:23 +05:30 committed by David S. Miller
parent 8ff0b1f08e
commit 8a2dc6af67
1 changed files with 1 additions and 1 deletions

View File

@ -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.