dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Andre Noll 2008-03-23 18:34:54 +01:00 committed by Neil Brown
parent 910d8cb3f4
commit 7f6ce76928
1 changed files with 1 additions and 1 deletions

View File

@ -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)