hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
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.