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>
This commit is contained in:
Zhilong Liu 2017-03-20 13:20:06 +08:00 committed by Jes Sorensen
parent ff9239ee31
commit 7054da69c7
1 changed files with 2 additions and 2 deletions

View File

@ -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'.