summaryrefslogtreecommitdiff
path: root/drivers/md/raid5.c
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-10-30 00:18:08 +0900
committerJiri Kosina <jkosina@suse.cz>2012-10-29 22:57:50 +0100
commit83f0d77a7f336130a0ae1290d6bcfa606abaad66 (patch)
tree96a9f3396eb7737a195ce0a14025c96f394b71af /drivers/md/raid5.c
parent54d00f6069d921bfe83344cb94e2dd7cb54531ef (diff)
md: Fix typo in drivers/md
Correct spelling typo in drivers/md. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/md/raid5.c')
-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 c5439dce0295..1fe7c2205353 100644
--- a/drivers/md/raid5.c
+++ b/drivers/md/raid5.c
@@ -1576,7 +1576,7 @@ static int resize_stripes(struct r5conf *conf, int newsize)
* This happens in stages:
* 1/ create a new kmem_cache and allocate the required number of
* stripe_heads.
- * 2/ gather all the old stripe_heads and tranfer the pages across
+ * 2/ gather all the old stripe_heads and transfer the pages across
* to the new stripe_heads. This will have the side effect of
* freezing the array as once all stripe_heads have been collected,
* no IO will be possible. Old stripe heads are freed once their