From: Jesper Juhl Date: Sun, 10 Apr 2011 16:06:17 +0000 (+0200) Subject: md, raid5: Fix spelling error in comment ('Ofcourse' --> 'Of course'). X-Git-Tag: upstream/snapshot3+hdmi~10353^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aeb878b0967550bb56606ae21172bdcbd6afe052;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git md, raid5: Fix spelling error in comment ('Ofcourse' --> 'Of course'). There's a small typo in a comment in drivers/md/raid5.c - 'Of course' is misspelled as 'Ofcourse'. This patch fixes the spelling error. Signed-off-by: Jesper Juhl Signed-off-by: Jiri Kosina --- diff --git a/drivers/md/raid5.c b/drivers/md/raid5.c index 49bf5f8..a709a47 100644 --- a/drivers/md/raid5.c +++ b/drivers/md/raid5.c @@ -3960,7 +3960,7 @@ static int make_request(mddev_t *mddev, struct bio * bi) /* spinlock is needed as reshape_progress may be * 64bit on a 32bit platform, and so it might be * possible to see a half-updated value - * Ofcourse reshape_progress could change after + * Of course reshape_progress could change after * the lock is dropped, so once we get a reference * to the stripe that we think it is, we will have * to check again.