Source-Changes-HG archive

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

[src-draft/trunk]: src/sys/dev/usb Fix an unparsable comment.



details:   https://anonhg.NetBSD.org/src-all/rev/6ea228804fb5
branches:  trunk
changeset: 375812:6ea228804fb5
user:      Martin Husemann <martin%NetBSD.org@localhost>
date:      Tue Sep 20 18:47:53 2022 +0200

description:
Fix an unparsable comment.

diffstat:

 sys/dev/usb/usbwifi.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 26e968ba9c3c -r 6ea228804fb5 sys/dev/usb/usbwifi.c
--- a/sys/dev/usb/usbwifi.c     Tue Sep 20 18:47:07 2022 +0200
+++ b/sys/dev/usb/usbwifi.c     Tue Sep 20 18:47:53 2022 +0200
@@ -1289,7 +1289,7 @@ usbwifi_detach(device_t self, int flags)
 
 /*
  * This is called (with task context) whenever the first VAP
- * attaches or the last one stops running.
+ * is running or the last one stops running.
  */
 void
 usbwifi_parent(struct ieee80211com *ic)



Home | Main Index | Thread Index | Old Index