Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src-draft/trunk]: src/sys/net80211 Fix merge mishap (typo in comment)



details:   https://anonhg.NetBSD.org/src-all/rev/27fa389dc4e5
branches:  trunk
changeset: 377014:27fa389dc4e5
user:      Martin Husemann <martin%NetBSD.org@localhost>
date:      Sun Sep 05 14:22:51 2021 +0200

description:
Fix merge mishap (typo in comment)

diffstat:

 sys/net80211/ieee80211_proto.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 7e833c9e20c1 -r 27fa389dc4e5 sys/net80211/ieee80211_proto.c
--- a/sys/net80211/ieee80211_proto.c    Fri Sep 03 17:53:09 2021 +0200
+++ b/sys/net80211/ieee80211_proto.c    Sun Sep 05 14:22:51 2021 +0200
@@ -447,7 +447,7 @@ ieee80211_proto_vdetach(struct ieee80211
        if (vap->iv_opdetach != NULL)
                vap->iv_opdetach(vap);
        /*
-        * This should not be needed as we detach when reseting
+        * This should not be needed as we detach when resetting
         * the state but be conservative here since the
         * authenticator may do things like spawn kernel threads.
         */



Home | Main Index | Thread Index | Old Index