From 486ee36440e19060a8c405fb2ba68cfdfa17d63e Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 20 Dec 2023 09:55:06 -0700 Subject: [PATCH] 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.