FIX: Typo error in fprint command

Signed-off-by: Adam Kwolek <adam.kwolek@intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
This commit is contained in:
Adam Kwolek 2012-01-12 08:12:55 +01:00 committed by NeilBrown
parent 3c20f9899b
commit 59ab9f54a0
1 changed files with 1 additions and 1 deletions

2
Grow.c
View File

@ -2323,7 +2323,7 @@ started:
free(offsets);
sysfs_free(sra);
fprintf(stderr, Name ": Reshape has to be continued from"
" location %llu when root fileststem has been mounted\n",
" location %llu when root filesystem has been mounted.\n",
sra->reshape_progress);
return 1;
}