summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2013-05-21 12:25:21 +1000
committerNeilBrown <neilb@suse.de>2013-05-21 12:25:21 +1000
commit033d0929ad5bf1fd635194ba2525b5d54e1a00b6 (patch)
tree3d4c7df6b9054f50154e65ec3479ef1a05a1ee17
parent50a4962f0f8cd5afe23210d3b474dcadaa6ca2e2 (diff)
comment typo
-rw-r--r--Grow.c2
1 files changed, 1 insertions, 1 deletions
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