usb(3): Fix a few typos in source code comments

- s/paniced/panicked/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-04-02 10:14:32 +02:00
parent 49dace1d46
commit 9094c3a71b
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ METHOD int intr_stop {
# #
# The following function gets called from the HID keyboard driver when # The following function gets called from the HID keyboard driver when
# the system has paniced. intr_setup method with NULL passed as intr parameter # the system has panicked. intr_setup method with NULL passed as intr parameter
# must be called once before to let transport driver to be prepared. # must be called once before to let transport driver to be prepared.
# #
METHOD void intr_poll { METHOD void intr_poll {

View File

@ -3418,7 +3418,7 @@ usbd_clear_stall_callback(struct usb_xfer *xfer1,
* usbd_transfer_poll * usbd_transfer_poll
* *
* The following function gets called from the USB keyboard driver and * The following function gets called from the USB keyboard driver and
* UMASS when the system has paniced. * UMASS when the system has panicked.
* *
* NOTE: It is currently not possible to resume normal operation on * NOTE: It is currently not possible to resume normal operation on
* the USB controller which has been polled, due to clearing of the * the USB controller which has been polled, due to clearing of the