mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
vge(4): Fix a typo in a source code comment
- s/opration/operation/ (cherry picked from commit 04d5a8ae04013fd34e3bde5e401b6eaff46ac9c2)
This commit is contained in:
parent
2d694deca9
commit
61408fbd36
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue