From: NeilBrown Date: Tue, 21 May 2013 02:25:21 +0000 (+1000) Subject: comment typo X-Git-Tag: mdadm-3.3-rc1~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=033d0929ad5bf1fd635194ba2525b5d54e1a00b6;p=thirdparty%2Fmdadm.git comment typo --- diff --git a/Grow.c b/Grow.c index 2bf9d649..3e03c7aa 100644 --- 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