git: 486ee36440e1 - main - rl: Fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Dec 2023 04:21:36 UTC
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=486ee36440e19060a8c405fb2ba68cfdfa17d63e commit 486ee36440e19060a8c405fb2ba68cfdfa17d63e Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2023-12-20 16:55:06 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2023-12-21 04:16:29 +0000 rl: Fix typo 'or' should be 'of' here Sponsored by: Netflix --- sys/dev/rl/if_rlreg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/rl/if_rlreg.h b/sys/dev/rl/if_rlreg.h index 7de7e2fcc585..6339b12472b6 100644 --- a/sys/dev/rl/if_rlreg.h +++ b/sys/dev/rl/if_rlreg.h @@ -545,7 +545,7 @@ /* * The RealTek doesn't use a fragment-based descriptor mechanism. - * Instead, there are only four register sets, each or which represents + * Instead, there are only four register sets, each of which represents * one 'descriptor.' Basically, each TX descriptor is just a contiguous * packet buffer (32-bit aligned!) and we place the buffer addresses in * the registers so the chip knows where they are.