You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
839 B
27 lines
839 B
From e93bb91b12b5c8a799a04e314d376da38d007e9d Mon Sep 17 00:00:00 2001 |
|
From: Zhilong Liu <zlliu@suse.com> |
|
Date: Wed, 1 Mar 2017 16:44:33 +0800 |
|
Subject: [RHEL7.5 PATCH 004/169] mdadm:fix typo in comment |
|
|
|
Signed-off-by: Zhilong Liu <zlliu@suse.com> |
|
Signed-off-by: Jes Sorensen <Jes.Sorensen@gmail.com> |
|
--- |
|
mdadm.c | 2 +- |
|
1 file changed, 1 insertion(+), 1 deletion(-) |
|
|
|
diff --git a/mdadm.c b/mdadm.c |
|
index b5d89e4..16fd49a 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. |
|
-- |
|
2.7.4 |
|
|
|
|