perf cpumap: Add new map type for aggregation
[linux-2.6-microblaze.git] / lib / dynamic_queue_limits.c
index e659a02..fde0aa2 100644 (file)
@@ -60,8 +60,8 @@ void dql_completed(struct dql *dql, unsigned int count)
                 * A decrease is only considered if the queue has been busy in
                 * the whole interval (the check above).
                 *
-                * If there is slack, the amount of execess data queued above
-                * the the amount needed to prevent starvation, the queue limit
+                * If there is slack, the amount of excess data queued above
+                * the amount needed to prevent starvation, the queue limit
                 * can be decreased.  To avoid hysteresis we consider the
                 * minimum amount of slack found over several iterations of the
                 * completion routine.