git: 80fc35f72cd2 - stable/13 - usb(3): Fix a few typos in source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Apr 2022 06:14:44 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=80fc35f72cd2fea24e16d1e4b3feb6b0b058818f commit 80fc35f72cd2fea24e16d1e4b3feb6b0b058818f Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-02 08:14:32 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-09 06:08:15 +0000 usb(3): Fix a few typos in source code comments - s/paniced/panicked/ (cherry picked from commit 9094c3a71bc1f2893c64479ba42016ed1507792c) --- 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 896308fccd17..1b9610404c01 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 436e08db14a1..455b23e2c306 100644 --- a/sys/dev/usb/usb_transfer.c +++ b/sys/dev/usb/usb_transfer.c @@ -3365,7 +3365,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