Grow: fix a couple of typos.

Signed-off-by: NeilBrown <neilb@suse.de>
This commit is contained in:
NeilBrown 2015-05-28 17:21:06 +10:00
parent 4a859abdc9
commit 2a6493cfe1
1 changed files with 2 additions and 2 deletions

4
Grow.c
View File

@ -1777,8 +1777,8 @@ int Grow_reshape(char *devname, int fd,
"raid5");
if (!rv) {
raid0_takeover = 1;
/* get array parametes after takeover
* to chane one parameter at time only
/* get array parameters after takeover
* to change one parameter at time only
*/
rv = ioctl(fd, GET_ARRAY_INFO, &array);
}