From 033d0929ad5bf1fd635194ba2525b5d54e1a00b6 Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Tue, 21 May 2013 12:25:21 +1000 Subject: [PATCH] comment typo --- Grow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grow.c b/Grow.c index 2bf9d64..3e03c7a 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