Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jesper Juhl and committed by
Jiri Kosina
aeb878b0 70f23fd6

+1 -1
+1 -1
drivers/md/raid5.c
··· 3960 3960 /* spinlock is needed as reshape_progress may be 3961 3961 * 64bit on a 32bit platform, and so it might be 3962 3962 * possible to see a half-updated value 3963 - * Ofcourse reshape_progress could change after 3963 + * Of course reshape_progress could change after 3964 3964 * the lock is dropped, so once we get a reference 3965 3965 * to the stripe that we think it is, we will have 3966 3966 * to check again.