aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md
diff options
context:
space:
mode:
authorJesper Juhl <jj@chaosbits.net>2011-04-10 18:06:17 +0200
committerJiri Kosina <jkosina@suse.cz>2011-05-10 10:18:36 +0200
commitaeb878b0967550bb56606ae21172bdcbd6afe052 (patch)
tree10758d84093fbb7c1a379fb4317b573966fc20af /drivers/md
parenttreewide: fix a few typos in comments (diff)
downloadlinux-dev-aeb878b0967550bb56606ae21172bdcbd6afe052.tar.xz
linux-dev-aeb878b0967550bb56606ae21172bdcbd6afe052.zip
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 <jj@chaosbits.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/md')
-rw-r--r--drivers/md/raid5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/raid5.c b/drivers/md/raid5.c
index 49bf5f891435..a709a47796d5 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.