summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorMaxim Konovalov <maxim@FreeBSD.org>2006-05-01 19:37:55 +0000
committerMaxim Konovalov <maxim@FreeBSD.org>2006-05-01 19:37:55 +0000
commit4b6466bf2b4b251a95826cee80a686e86623b222 (patch)
treefa0c5f7be3e34e617e57030fbed96587f5ed64c2 /sys/dev
parent53050c13967762bbec5db0fde65eb8e02ecaac49 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ata/ata-raid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ata/ata-raid.c b/sys/dev/ata/ata-raid.c
index e8b46b991479..f659f3743f7f 100644
--- a/sys/dev/ata/ata-raid.c
+++ b/sys/dev/ata/ata-raid.c
@@ -974,7 +974,7 @@ ata_raid_create(struct ata_ioc_raid_config *config)
* metadata format from the disks (if we support it).
*/
printf("WARNING!! - not able to determine metadata format\n"
- "WARNING!! - Using FreeBSD PsuedoRAID metadata\n"
+ "WARNING!! - Using FreeBSD PseudoRAID metadata\n"
"If that is not what you want, use the BIOS to "
"create the array\n");
ctlr = AR_F_FREEBSD_RAID;