block: blk_delay_queue() should use kblockd workqueue
[linux-2.6-block.git] / block / cfq-iosched.c
index 7785169f3c8f86df03887fe98d9af988b260e8ea..3be881ec95ad06fa95ce0710dddb81f0cbef1c50 100644 (file)
@@ -888,7 +888,7 @@ cfq_group_notify_queue_add(struct cfq_data *cfqd, struct cfq_group *cfqg)
        /*
         * Currently put the group at the end. Later implement something
         * so that groups get lesser vtime based on their weights, so that
-        * if group does not loose all if it was not continously backlogged.
+        * if group does not loose all if it was not continuously backlogged.
         */
        n = rb_last(&st->rb);
        if (n) {