hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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.