aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-12-20 16:55:06 +0000
committerWarner Losh <imp@FreeBSD.org>2023-12-21 04:16:29 +0000
commit486ee36440e19060a8c405fb2ba68cfdfa17d63e (patch)
treee33129ed391613b98d3bdf752f3a86191285b959
parent6dd15b7a233a87d0895cb6806ae13cfaf814b44c (diff)
downloadsrc-486ee36440e19060a8c405fb2ba68cfdfa17d63e.tar.gz
src-486ee36440e19060a8c405fb2ba68cfdfa17d63e.zip
rl: Fix typo
'or' should be 'of' here Sponsored by: Netflix
-rw-r--r--sys/dev/rl/if_rlreg.h2
1 files changed, 1 insertions, 1 deletions
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.