summaryrefslogtreecommitdiffstats
path: root/sys/geom/raid/md_sii.c
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2015-08-14 02:45:22 +0000
committerpfg <pfg@FreeBSD.org>2015-08-14 02:45:22 +0000
commit2df02110ddf595cccfd0b423ec5a29edba11b3c9 (patch)
tree97fdc7321ad579a591eda174d5e693f9a87dc95e /sys/geom/raid/md_sii.c
parent3152c1918cc4e17fefc1aceba8d104466cffc2c0 (diff)
downloadFreeBSD-src-2df02110ddf595cccfd0b423ec5a29edba11b3c9.zip
FreeBSD-src-2df02110ddf595cccfd0b423ec5a29edba11b3c9.tar.gz
MFC r286615:
Clean up some externally visible "more then" occurences
Diffstat (limited to 'sys/geom/raid/md_sii.c')
-rw-r--r--sys/geom/raid/md_sii.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/raid/md_sii.c b/sys/geom/raid/md_sii.c
index 8370345..34cdd8d 100644
--- a/sys/geom/raid/md_sii.c
+++ b/sys/geom/raid/md_sii.c
@@ -549,7 +549,7 @@ nofit:
if (olddisk == NULL)
panic("No disk at position %d!", disk_pos);
if (olddisk->d_state != G_RAID_DISK_S_OFFLINE) {
- G_RAID_DEBUG1(1, sc, "More then one disk for pos %d",
+ G_RAID_DEBUG1(1, sc, "More than one disk for pos %d",
disk_pos);
g_raid_change_disk_state(disk, G_RAID_DISK_S_STALE);
return (0);
OpenPOWER on IntegriCloud