diff options
author | Andre Noll <maan@systemlinux.org> | 2008-03-23 13:34:54 -0400 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2008-07-07 20:53:00 -0400 |
commit | 7f6ce7692807ad60d9341e41d565a7888a5bc2dd (patch) | |
tree | 35ba61e02f4287c93c43a4c789000f67aed2b410 /drivers/md | |
parent | 910d8cb3f4ef2c4a5914176592d2f2bc3cd94cdd (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')
-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 f5b6a0d1a67c..a849e06f861c 100644 --- a/drivers/md/md.c +++ b/drivers/md/md.c | |||
@@ -1849,7 +1849,7 @@ repeat: | |||
1849 | 1849 | ||
1850 | } | 1850 | } |
1851 | 1851 | ||
1852 | /* words written to sysfs files may, or my not, be \n terminated. | 1852 | /* words written to sysfs files may, or may not, be \n terminated. |
1853 | * We want to accept with case. For this we use cmd_match. | 1853 | * We want to accept with case. For this we use cmd_match. |
1854 | */ | 1854 | */ |
1855 | static int cmd_match(const char *cmd, const char *str) | 1855 | static int cmd_match(const char *cmd, const char *str) |