diff options
author | Zhilong Liu <zlliu@suse.com> | 2017-03-01 09:44:33 +0100 |
---|---|---|
committer | Jes Sorensen <Jes.Sorensen@gmail.com> | 2017-03-06 22:27:38 +0100 |
commit | e93bb91b12b5c8a799a04e314d376da38d007e9d (patch) | |
tree | 9bab14be3a50a53c9bff9042223ea815d8837d8b /mdadm.c | |
parent | Fix oddity where mdadm did not recognise a relative path (diff) | |
download | mdadm-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |