aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/md.c
diff options
context:
space:
mode:
authorAndre Noll <maan@systemlinux.org>2008-03-23 18:34:54 +0100
committerNeil Brown <neilb@suse.de>2008-07-08 10:53:00 +1000
commit7f6ce7692807ad60d9341e41d565a7888a5bc2dd (patch)
tree35ba61e02f4287c93c43a4c789000f67aed2b410 /drivers/md/md.c
parent910d8cb3f4ef2c4a5914176592d2f2bc3cd94cdd (diff)
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 f5b6a0d1a67..a849e06f861 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)