From 9094c3a71bc1f2893c64479ba42016ed1507792c Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sat, 2 Apr 2022 10:14:32 +0200 Subject: [PATCH] usb(3): Fix a few typos in source code comments - s/paniced/panicked/ MFC after: 3 days --- sys/dev/hid/hid_if.m | 2 +- sys/dev/usb/usb_transfer.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/hid/hid_if.m b/sys/dev/hid/hid_if.m index 9f920e4dd4b1..38a053b8744e 100644 --- a/sys/dev/hid/hid_if.m +++ b/sys/dev/hid/hid_if.m @@ -77,7 +77,7 @@ METHOD int intr_stop { # # 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. # METHOD void intr_poll { diff --git a/sys/dev/usb/usb_transfer.c b/sys/dev/usb/usb_transfer.c index e1582926b08d..20ed2c897aac 100644 --- a/sys/dev/usb/usb_transfer.c +++ b/sys/dev/usb/usb_transfer.c @@ -3418,7 +3418,7 @@ usbd_clear_stall_callback(struct usb_xfer *xfer1, * usbd_transfer_poll * * 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 * the USB controller which has been polled, due to clearing of the