summaryrefslogtreecommitdiff
path: root/sys/net80211
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net80211')
-rw-r--r--sys/net80211/ieee80211_input.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net80211/ieee80211_input.c b/sys/net80211/ieee80211_input.c
index fcc847845b2..1483da3b25a 100644
--- a/sys/net80211/ieee80211_input.c
+++ b/sys/net80211/ieee80211_input.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ieee80211_input.c,v 1.243 2022/01/21 15:51:03 stsp Exp $ */
+/* $OpenBSD: ieee80211_input.c,v 1.244 2022/01/28 07:11:15 guenther Exp $ */
/*-
* Copyright (c) 2001 Atsushi Onoe
@@ -1997,7 +1997,7 @@ ieee80211_recv_probe_resp(struct ieee80211com *ic, struct mbuf *m,
#ifndef IEEE80211_STA_ONLY
if (ic->ic_opmode == IEEE80211_M_IBSS && is_new && isprobe) {
/*
- * Fake an association so the driver can setup it's
+ * Fake an association so the driver can setup its
* private state. The rate set has been setup above;
* there is no handshake as in ap/station operation.
*/