summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrad <brad@openbsd.org>2007-09-15 11:00:24 +0000
committerbrad <brad@openbsd.org>2007-09-15 11:00:24 +0000
commit61c73f67eb68ff3cffda900933fe6fa06fcc4db5 (patch)
tree229f86b9ef6cb470c20ad5c2b7d0e05279438fab
parentreplace ctob and btoc with ptoa and atop respectively (diff)
downloadwireguard-openbsd-61c73f67eb68ff3cffda900933fe6fa06fcc4db5.tar.xz
wireguard-openbsd-61c73f67eb68ff3cffda900933fe6fa06fcc4db5.zip
suitible -> suitable
ok mglocker@ dlg@
-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);
}