git: 61408fbd360a - stable/14 - vge(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Mar 2024 17:48:01 UTC
The branch stable/14 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=61408fbd360a9fc86cee6143d57a8ba05b445c1c
commit 61408fbd360a9fc86cee6143d57a8ba05b445c1c
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-02-27 12:42:10 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-03-03 17:47:06 +0000
vge(4): Fix a typo in a source code comment
- s/opration/operation/
(cherry picked from commit 04d5a8ae04013fd34e3bde5e401b6eaff46ac9c2)
---
sys/dev/vge/if_vge.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/dev/vge/if_vge.c b/sys/dev/vge/if_vge.c
index fcc47598454e..37606f28ba17 100644
--- a/sys/dev/vge/if_vge.c
+++ b/sys/dev/vge/if_vge.c
@@ -1218,7 +1218,7 @@ vge_discard_rxbuf(struct vge_softc *sc, int prod)
/*
* Note: the manual fails to document the fact that for
- * proper opration, the driver needs to replentish the RX
+ * proper operation, the driver needs to replentish the RX
* DMA ring 4 descriptors at a time (rather than one at a
* time, like most chips). We can allocate the new buffers
* but we should not set the OWN bits until we're ready