summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasz Dorau <lukasz.dorau@intel.com>2012-04-05 12:26:41 +0200
committerNeilBrown <neilb@suse.de>2012-04-10 09:16:47 +1000
commit40110b905058f80628d19b5a0b329980c48c82ad (patch)
tree49ba239ac9e91569513202f93142da8fce985d26
parent508a7f16b242d6c3353e15aab46ac8ca8dc7cd08 (diff)
downloadmdadm-40110b905058f80628d19b5a0b329980c48c82ad.tar.gz
Fix two typos in fprintf messages
Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com> Signed-off-by: NeilBrown <neilb@suse.de>
-rw-r--r--super-intel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/super-intel.c b/super-intel.c
index dad4c4d..ed7792d 100644
--- a/super-intel.c
+++ b/super-intel.c
@@ -6089,7 +6089,7 @@ static int validate_geometry_imsm_volume(struct supertype *st, int level,
int count = count_volumes(super->hba->path,
super->orom->dpa, verbose);
if (super->orom->vphba <= count) {
- pr_vrb(": platform does not support more then %d raid volumes.\n",
+ pr_vrb(": platform does not support more than %d raid volumes.\n",
super->orom->vphba);
return 0;
}
@@ -6223,7 +6223,7 @@ static int validate_geometry_imsm(struct supertype *st, int level, int layout,
super->orom->dpa, verbose);
if (super->orom->vphba <= count) {
pr_vrb(": platform does not support more"
- "then %d raid volumes.\n",
+ " than %d raid volumes.\n",
super->orom->vphba);
return 0;
}