Date: Tue, 27 Feb 2024 12:42:33 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 04d5a8ae0401 - main - vge(4): Fix a typo in a source code comment Message-ID: <202402271242.41RCgXmJ082254@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=04d5a8ae04013fd34e3bde5e401b6eaff46ac9c2 commit 04d5a8ae04013fd34e3bde5e401b6eaff46ac9c2 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2024-02-27 12:42:10 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2024-02-27 12:42:10 +0000 vge(4): Fix a typo in a source code comment - s/opration/operation/ MFC after: 3 days --- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402271242.41RCgXmJ082254>