diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-10-30 00:18:08 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-10-29 22:57:50 +0100 |
commit | 83f0d77a7f336130a0ae1290d6bcfa606abaad66 (patch) | |
tree | 96a9f3396eb7737a195ce0a14025c96f394b71af /drivers/md/md.c | |
parent | 54d00f6069d921bfe83344cb94e2dd7cb54531ef (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/md.c b/drivers/md/md.c index 9ab768acfb6..7511ce3cd4d 100644 --- a/drivers/md/md.c +++ b/drivers/md/md.c @@ -4124,7 +4124,7 @@ static struct md_sysfs_entry md_size = __ATTR(component_size, S_IRUGO|S_IWUSR, size_show, size_store); -/* Metdata version. +/* Metadata version. * This is one of * 'none' for arrays with no metadata (good luck...) * 'external' for arrays with externally managed metadata, |