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/eb2f9485eb58
branches:  trunk
changeset: 371696:eb2f9485eb58
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 a170b3c400ca -r eb2f9485eb58 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 @@
 
 /*
  * 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