There is apelling mistake in raid5, fix it. Signed-off-by: Shuning Zhang <sunny.s.zhang@xxxxxxxxxx> --- drivers/md/raid5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/md/raid5.c b/drivers/md/raid5.c index 3de4e13..2a33b13 100644 --- a/drivers/md/raid5.c +++ b/drivers/md/raid5.c @@ -3189,7 +3189,7 @@ schedule_reconstruction(struct stripe_head *sh, struct stripe_head_state *s, } /* - * Each stripe/dev can have one or more bion attached. + * Each stripe/dev can have one or more bios attached. * toread/towrite point to the first in a chain. * The bi_next chain must be in order. */ -- 2.7.4