aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-10-29 11:18:08 -0400
committerJiri Kosina <jkosina@suse.cz>2012-10-29 17:57:50 -0400
commit83f0d77a7f336130a0ae1290d6bcfa606abaad66 (patch)
tree96a9f3396eb7737a195ce0a14025c96f394b71af /drivers/md/md.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/md.c')
-rw-r--r--drivers/md/md.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/md.c b/drivers/md/md.c
index 9ab768acfb62..7511ce3cd4dd 100644
--- a/drivers/md/md.c
+++ b/drivers/md/md.c
@@ -4124,7 +4124,7 @@ static struct md_sysfs_entry md_size =
4124__ATTR(component_size, S_IRUGO|S_IWUSR, size_show, size_store); 4124__ATTR(component_size, S_IRUGO|S_IWUSR, size_show, size_store);
4125 4125
4126 4126
4127/* Metdata version. 4127/* Metadata version.
4128 * This is one of 4128 * This is one of
4129 * 'none' for arrays with no metadata (good luck...) 4129 * 'none' for arrays with no metadata (good luck...)
4130 * 'external' for arrays with externally managed metadata, 4130 * 'external' for arrays with externally managed metadata,