summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2015-04-13 01:01:17 +0000
committereadler <eadler@FreeBSD.org>2015-04-13 01:01:17 +0000
commit2f2ff70a0dd4f01cbc54b840e69878f4c43db208 (patch)
tree769cb67ff7ef19961caf1190be7e4f6d9d7a48c3 /sys/dev
parenta0a30f026eade4c771d8a1d476e7e30c48a6dc10 (diff)
downloadFreeBSD-src-2f2ff70a0dd4f01cbc54b840e69878f4c43db208.zip
FreeBSD-src-2f2ff70a0dd4f01cbc54b840e69878f4c43db208.tar.gz
MFC r281383:
iwn, wlan: fix typos Fxi tow typos
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/iwn/if_iwn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/iwn/if_iwn.c b/sys/dev/iwn/if_iwn.c
index 609a703..806a408 100644
--- a/sys/dev/iwn/if_iwn.c
+++ b/sys/dev/iwn/if_iwn.c
@@ -6813,7 +6813,7 @@ iwn_read_firmware_tlv(struct iwn_softc *sc, struct iwn_fw_info *fw,
case IWN_FW_TLV_WOWLAN_INST:
case IWN_FW_TLV_WOWLAN_DATA:
DPRINTF(sc, IWN_DEBUG_RESET,
- "TLV type %d reconized but not handled\n",
+ "TLV type %d recognized but not handled\n",
le16toh(tlv->type));
break;
default:
OpenPOWER on IntegriCloud