From ae4f354a84300e4b7b850ff824ee72975b6dc05c Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Tue, 27 Feb 2024 13:42:10 +0100 Subject: [PATCH] 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