git: e36e3f53d3d7 - stable/13 - usb: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 25 Jan 2024 06:53:02 UTC
The branch stable/13 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=e36e3f53d3d7b5570f51ceca0c6ccc64070e400b commit e36e3f53d3d7b5570f51ceca0c6ccc64070e400b Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2024-01-22 20:57:06 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2024-01-25 06:50:32 +0000 usb: Fix a typo in a source code comment - s/recevied/received/ (cherry picked from commit d743711016298046ca77c5661bab41739396a180) --- sys/dev/usb/serial/umcs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/usb/serial/umcs.h b/sys/dev/usb/serial/umcs.h index c8c6135710cf..0d34c54a3707 100644 --- a/sys/dev/usb/serial/umcs.h +++ b/sys/dev/usb/serial/umcs.h @@ -169,7 +169,7 @@ #define MCS7840_DEV_SPx_LOOP_PIPES 0x01 /* Loop Bulk-Out FIFO to the * Bulk-In FIFO, default = 0 */ #define MCS7840_DEV_SPx_SKIP_ERR_DATA 0x02 /* Drop data bytes from UART, - * which were recevied with + * which were received with * errors, default = 0 */ #define MCS7840_DEV_SPx_RESET_OUT_FIFO 0x04 /* Reset Bulk-Out FIFO */ #define MCS7840_DEV_SPx_RESET_IN_FIFO 0x08 /* Reset Bulk-In FIFO */