]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
mdadm:fix typo in comment
authorZhilong Liu <zlliu@suse.com>
Wed, 1 Mar 2017 08:44:33 +0000 (16:44 +0800)
committerJes Sorensen <Jes.Sorensen@gmail.com>
Mon, 6 Mar 2017 21:27:38 +0000 (16:27 -0500)
Signed-off-by: Zhilong Liu <zlliu@suse.com>
Signed-off-by: Jes Sorensen <Jes.Sorensen@gmail.com>
mdadm.c

diff --git a/mdadm.c b/mdadm.c
index b5d89e4355c6d04dd48aba4808a1f1f0964b0ae8..16fd49a714608becadd248b7f20c173183c35c1b 100644 (file)
--- 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.