fix a trivial typo in freeze_array() of raid1.c Signed-off-by: Zhilong Liu <zlliu@xxxxxxxx> --- drivers/md/raid1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/md/raid1.c b/drivers/md/raid1.c index 7b0f647..2ec0617 100644 --- a/drivers/md/raid1.c +++ b/drivers/md/raid1.c @@ -958,7 +958,7 @@ static void allow_barrier(struct r1conf *conf, sector_t start_next_window, static void freeze_array(struct r1conf *conf, int extra) { /* stop syncio and normal IO and wait for everything to - * go quite. + * go quit. * We wait until nr_pending match nr_queued+extra * This is called in the context of one normal IO request * that has failed. Thus any sync request that might be pending -- 2.6.6 -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html