git: d74371101629 - main - usb: Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Jan 2024 21:04:07 UTC
The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=d743711016298046ca77c5661bab41739396a180 commit d743711016298046ca77c5661bab41739396a180 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2024-01-22 20:57:06 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2024-01-22 20:57:06 +0000 usb: Fix a typo in a source code comment - s/recevied/received/ MFC after: 3 days --- 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 */