hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/lib/dynamic_queue_limits.c
....@@ -60,8 +60,8 @@
6060 * A decrease is only considered if the queue has been busy in
6161 * the whole interval (the check above).
6262 *
63
- * If there is slack, the amount of execess data queued above
64
- * the the amount needed to prevent starvation, the queue limit
63
+ * If there is slack, the amount of excess data queued above
64
+ * the amount needed to prevent starvation, the queue limit
6565 * can be decreased. To avoid hysteresis we consider the
6666 * minimum amount of slack found over several iterations of the
6767 * completion routine.