mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
vge(4): Fix a typo in a source code comment
- s/embadded/embedded/ MFC after: 3 days
This commit is contained in:
parent
27c0f2a544
commit
04440331b5
1 changed files with 1 additions and 1 deletions
|
|
@ -444,7 +444,7 @@
|
|||
#define VGE_MIICMD_MOUT 0x08 /* data out pin enable */
|
||||
#define VGE_MIICMD_MDP 0x10 /* enable direct programming mode */
|
||||
#define VGE_MIICMD_WCMD 0x20 /* embedded mode write */
|
||||
#define VGE_MIICMD_RCMD 0x40 /* embadded mode read */
|
||||
#define VGE_MIICMD_RCMD 0x40 /* embedded mode read */
|
||||
#define VGE_MIICMD_MAUTO 0x80 /* enable autopolling */
|
||||
|
||||
/* MII address register */
|
||||
|
|
|
|||
Loading…
Reference in a new issue