git: ae4f354a8430 - stable/13 - 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:51:07 UTC
The branch stable/13 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=ae4f354a84300e4b7b850ff824ee72975b6dc05c commit ae4f354a84300e4b7b850ff824ee72975b6dc05c 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:49:50 +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 acb6bbf424c6..ef276c3fe0bc 100644 --- a/sys/dev/vge/if_vge.c +++ b/sys/dev/vge/if_vge.c @@ -1221,7 +1221,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