summaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c
diff options
context:
space:
mode:
authorAndre Noll2008-03-23 18:34:54 +0100
committerNeil Brown2008-07-08 02:53:00 +0200
commit7f6ce7692807ad60d9341e41d565a7888a5bc2dd (patch)
tree35ba61e02f4287c93c43a4c789000f67aed2b410 /drivers/md/md.c
parentmd: Fix typo in array_state comment. (diff)
downloadkernel-qcow2-linux-7f6ce7692807ad60d9341e41d565a7888a5bc2dd.tar.gz
kernel-qcow2-linux-7f6ce7692807ad60d9341e41d565a7888a5bc2dd.tar.xz
kernel-qcow2-linux-7f6ce7692807ad60d9341e41d565a7888a5bc2dd.zip
md: Fix a typo in the comment to cmd_match().
Signed-off-by: Andre Noll <maan@systemlinux.org> Signed-off-by: Neil Brown <neilb@suse.de>
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 f5b6a0d1a67c..a849e06f861c 100644
--- a/drivers/md/md.c
+++ b/drivers/md/md.c
@@ -1849,7 +1849,7 @@ repeat:
}
-/* words written to sysfs files may, or my not, be \n terminated.
+/* words written to sysfs files may, or may not, be \n terminated.
* We want to accept with case. For this we use cmd_match.
*/
static int cmd_match(const char *cmd, const char *str)