The branch main has been updated by zlei:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=34c98f40f549b3e5692aa5095448ff9135030f99

commit 34c98f40f549b3e5692aa5095448ff9135030f99
Author:     Zhenlei Huang <[email protected]>
AuthorDate: 2024-06-20 04:27:43 +0000
Commit:     Zhenlei Huang <[email protected]>
CommitDate: 2024-06-20 04:27:43 +0000

    net80211: Correct a comment
    
    MFC after:      3 days
---
 sys/net80211/ieee80211_radiotap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/net80211/ieee80211_radiotap.c 
b/sys/net80211/ieee80211_radiotap.c
index 34e27b323fc1..79e00106a780 100644
--- a/sys/net80211/ieee80211_radiotap.c
+++ b/sys/net80211/ieee80211_radiotap.c
@@ -125,7 +125,7 @@ ieee80211_radiotap_vattach(struct ieee80211vap *vap)
 void
 ieee80211_radiotap_vdetach(struct ieee80211vap *vap)
 {
-       /* NB: bpfattach is called by ether_ifdetach and claims all taps */
+       /* NB: bpfdetach is called by ether_ifdetach and claims all taps */
 }
 
 static void

Reply via email to