summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2007-09-15 11:00:25 +0000
committerBrad Smith <brad@cvs.openbsd.org>2007-09-15 11:00:25 +0000
commitbf46e6efa73f304c8964a3af5d3e115cfc162e56 (patch)
treeaf9b42c3d37e9b1e8407a12134ce126c50944168 /sys
parent0162dc0b99f1ddd418a8bc34a022ebe3c8803693 (diff)
suitible -> suitable
ok mglocker@ dlg@
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ic/bwi.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/bwi.c b/sys/dev/ic/bwi.c
index 6b39e067139..f2f21a63a31 100644
--- a/sys/dev/ic/bwi.c
+++ b/sys/dev/ic/bwi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bwi.c,v 1.18 2007/09/15 09:08:53 jsg Exp $ */
+/* $OpenBSD: bwi.c,v 1.19 2007/09/15 11:00:24 brad Exp $ */
/*
* Copyright (c) 2007 The DragonFly Project. All rights reserved.
@@ -1601,7 +1601,7 @@ bwi_mac_fw_alloc(struct bwi_mac *mac)
} else if (mac->mac_rev >= 5 && mac->mac_rev <= 10) {
idx = 5;
} else {
- DPRINTF(1, "%s: no suitible IV for MAC rev %d\n",
+ DPRINTF(1, "%s: no suitable IV for MAC rev %d\n",
sc->sc_dev.dv_xname, mac->mac_rev);
return (ENODEV);
}
@@ -1628,7 +1628,7 @@ bwi_mac_fw_alloc(struct bwi_mac *mac)
} else if (mac->mac_rev >= 5 && mac->mac_rev <= 10) {
idx = 5;
} else {
- DPRINTF(1, "%s: no suitible ExtIV for MAC rev %d\n",
+ DPRINTF(1, "%s: no suitable ExtIV for MAC rev %d\n",
sc->sc_dev.dv_xname, mac->mac_rev);
return (ENODEV);
}