mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
vge(4): Fix a typo in a source code comment
- s/opration/operation/ MFC after: 3 days
This commit is contained in:
parent
81b7ebe32e
commit
04d5a8ae04
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