mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
mwlstats: Fix a typo in an error message
- s/the the/the/ MFC after: 5 days
This commit is contained in:
parent
68b9eb9185
commit
e1e149ad8a
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ static const struct fmt mwlstats[] = {
|
|||
#define S_RX_FRAGERROR AFTER(S_RX_OVERFLOW)
|
||||
{ 6, "rxfrag", "rxfrag", "rx failed in f/w due to defrag" },
|
||||
#define S_RX_MEMERROR AFTER(S_RX_FRAGERROR)
|
||||
{ 5, "rxmem", "rxmem", "rx failed in f/w 'cuz out of of memory" },
|
||||
{ 5, "rxmem", "rxmem", "rx failed in f/w 'cuz out of memory" },
|
||||
#define S_PTRERROR AFTER(S_RX_MEMERROR)
|
||||
{ 6, "badptr", "badptr", "MAC internal pointer problem" },
|
||||
#define S_TX_UNDERFLOW AFTER(S_PTRERROR)
|
||||
|
|
|
|||
Loading…
Reference in a new issue