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/cac013f06809
branches:  trunk
changeset: 1027114:cac013f06809
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 ad5cfa76b856 -r cac013f06809 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 @@
        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