Explorar o código

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>
Andre Noll %!s(int64=17) %!d(string=hai) anos
pai
achega
7f6ce76928
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      drivers/md/md.c

+ 1 - 1
drivers/md/md.c

@@ -1849,7 +1849,7 @@ static void md_update_sb(mddev_t * mddev, int force_change)
 
 
 }
 }
 
 
-/* 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.
  * We want to accept with case. For this we use cmd_match.
  */
  */
 static int cmd_match(const char *cmd, const char *str)
 static int cmd_match(const char *cmd, const char *str)