From 83f0d77a7f336130a0ae1290d6bcfa606abaad66 Mon Sep 17 00:00:00 2001 From: Masanari Iida Date: Tue, 30 Oct 2012 00:18:08 +0900 Subject: md: Fix typo in drivers/md Correct spelling typo in drivers/md. Signed-off-by: Masanari Iida Signed-off-by: Jiri Kosina --- drivers/md/md.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/md/md.c') 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 = __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, -- cgit v1.2.3