From: Zhilong Liu Date: Wed, 1 Mar 2017 08:44:33 +0000 (+0800) Subject: mdadm:fix typo in comment X-Git-Tag: mdadm-4.1-rc1~261 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e93bb91b12b5c8a799a04e314d376da38d007e9d;p=thirdparty%2Fmdadm.git mdadm:fix typo in comment Signed-off-by: Zhilong Liu Signed-off-by: Jes Sorensen --- diff --git a/mdadm.c b/mdadm.c index b5d89e43..16fd49a7 100644 --- a/mdadm.c +++ b/mdadm.c @@ -1268,7 +1268,7 @@ int main(int argc, char *argv[]) * hopefully it's mostly right but there might be some stuff * missing * - * That is mosty checked in the per-mode stuff but... + * That is mostly checked in the per-mode stuff but... * * For @,B,C and A without -s, the first device listed must be * an md device. We check that here and open it.