summaryrefslogtreecommitdiff
path: root/include/linux/raid
diff options
context:
space:
mode:
authorJames Mayer <james@cobaltmountain.com>2002-07-14 23:04:25 -0700
committerLinus Torvalds <torvalds@penguin.transmeta.com>2002-07-14 23:04:25 -0700
commit59d68b91737a46b40d7d6be9208b745a1ef839fa (patch)
tree297370ae8a616fe0e51104a658f3c4ce222f53d4 /include/linux/raid
parent00fba4760dd56d60f833049e07ff9565d73f5cd6 (diff)
[PATCH] Typo in linux_include_linux_raid_md_k.h
Diffstat (limited to 'include/linux/raid')
-rw-r--r--include/linux/raid/md_k.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/raid/md_k.h b/include/linux/raid/md_k.h
index 7b02c3c82a33..2a9bbed805ad 100644
--- a/include/linux/raid/md_k.h
+++ b/include/linux/raid/md_k.h
@@ -59,7 +59,7 @@ typedef struct mddev_s mddev_t;
typedef struct mdk_rdev_s mdk_rdev_t;
#if (MINORBITS != 8)
-#error MD doesnt handle bigger kdev yet
+#error MD does not handle bigger kdev yet
#endif
#define MAX_MD_DEVS (1<<MINORBITS) /* Max number of md dev */