]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
comment typo
authorNeilBrown <neilb@suse.de>
Tue, 21 May 2013 02:25:21 +0000 (12:25 +1000)
committerNeilBrown <neilb@suse.de>
Tue, 21 May 2013 02:25:21 +0000 (12:25 +1000)
Grow.c

diff --git a/Grow.c b/Grow.c
index 2bf9d64983a79d0dec2c9a9b5805ce4413dc6400..3e03c7aa77d0c145b92babd53a1bc063c4815905 100644 (file)
--- a/Grow.c
+++ b/Grow.c
@@ -2737,7 +2737,7 @@ static int reshape_array(char *container, int fd, char *devname,
 started:
 
        if (array.level == 10) {
-               /* Reshaping RAID10 does not require and data backup by
+               /* Reshaping RAID10 does not require any data backup by
                 * user-space.  Instead it requires that the data_offset
                 * is changed to avoid the need for backup.
                 * So this is handled very separately