summaryrefslogtreecommitdiffstats
path: root/mdadm.c
diff options
context:
space:
mode:
authorZhilong Liu <zlliu@suse.com>2017-03-01 09:44:33 +0100
committerJes Sorensen <Jes.Sorensen@gmail.com>2017-03-06 22:27:38 +0100
commite93bb91b12b5c8a799a04e314d376da38d007e9d (patch)
tree9bab14be3a50a53c9bff9042223ea815d8837d8b /mdadm.c
parentFix oddity where mdadm did not recognise a relative path (diff)
downloadmdadm-e93bb91b12b5c8a799a04e314d376da38d007e9d.tar.xz
mdadm-e93bb91b12b5c8a799a04e314d376da38d007e9d.zip
mdadm:fix typo in comment
Signed-off-by: Zhilong Liu <zlliu@suse.com> Signed-off-by: Jes Sorensen <Jes.Sorensen@gmail.com>
Diffstat (limited to '')
-rw-r--r--mdadm.c2
1 files changed, 1 insertions, 1 deletions
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.