diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2022-01-28 07:11:16 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2022-01-28 07:11:16 +0000 |
commit | 14bfe90129f5ccb6dec8c29f82d677cf87cb9165 (patch) | |
tree | efe927a60c2dddbd2ebfd26327af31cacd479d64 /sys/net80211 | |
parent | 5dba954cc0ff90d185d6d0ffd0cff553d2769b6c (diff) |
When it's the possessive of 'it', it's spelled "its", without the
apostrophe.
Diffstat (limited to 'sys/net80211')
-rw-r--r-- | sys/net80211/ieee80211_input.c | 4 |
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. */ |