vge(4): Fix a typo in a source code comment

- s/opration/operation/

(cherry picked from commit 04d5a8ae04)
This commit is contained in:
Gordon Bergling 2024-02-27 13:42:10 +01:00
parent 13ca1f11d6
commit ae4f354a84

View file

@ -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