summaryrefslogtreecommitdiff
path: root/mdadm.h
diff options
context:
space:
mode:
authorZhilong Liu <zlliu@suse.com>2017-03-20 13:20:06 +0800
committerJes Sorensen <Jes.Sorensen@gmail.com>2017-03-27 18:00:25 -0400
commit7054da69c778a69ea5e83965bb15620ad5e9e053 (patch)
tree6a94e1ed396f13908a5cb33538b00c6beffcb0af /mdadm.h
parentff9239ee3177630d62c7a58408992af7a779763c (diff)
downloadmdadm-7054da69c778a69ea5e83965bb15620ad5e9e053.tar.gz
mdadm:fixed some trivial typos in comments of mdadm.h
mdadm.h: fixed some trivial typos in comments Signed-off-by: Zhilong Liu <zlliu@suse.com> Signed-off-by: Jes Sorensen <Jes.Sorensen@gmail.com>
Diffstat (limited to 'mdadm.h')
-rw-r--r--mdadm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdadm.h b/mdadm.h
index 71b8afb..91fd9eb 100644
--- a/mdadm.h
+++ b/mdadm.h
@@ -552,7 +552,7 @@ struct mdstat_ent {
char devnm[32];
int active;
char *level;
- char *pattern; /* U or up, _ for down */
+ char *pattern; /* U for up, _ for down */
int percent; /* -1 if no resync */
int resync; /* 3 if check, 2 if reshape, 1 if resync, 0 if recovery */
int devcnt;
@@ -742,7 +742,7 @@ struct reshape {
unsigned long long new_size; /* New size of array in sectors */
};
-/* A superswitch provides entry point the a metadata handler.
+/* A superswitch provides entry point to a metadata handler.
*
* The superswitch primarily operates on some "metadata" that
* is accessed via the 'supertype'.