summaryrefslogtreecommitdiff
path: root/sys/dev/marvell
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2021-08-13 21:04:44 +0000
committerandvar <andvar@NetBSD.org>2021-08-13 21:04:44 +0000
commite4ba764f6c143d26fc23988fb367752cd4fad082 (patch)
treee4d1e785a83a12287be9f9ccfcde70b1f53e8e71 /sys/dev/marvell
parent3e951869a5d2c1877943c3296ea5cbb8277ab241 (diff)
s/fame/frame in mvxpe_mib_def with assumption that it was not intentional typo.
Diffstat (limited to 'sys/dev/marvell')
-rw-r--r--sys/dev/marvell/if_mvxpe.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/marvell/if_mvxpe.c b/sys/dev/marvell/if_mvxpe.c
index 28db4b82724..e7cf36e0225 100644
--- a/sys/dev/marvell/if_mvxpe.c
+++ b/sys/dev/marvell/if_mvxpe.c
@@ -1,4 +1,4 @@
-/* $NetBSD: if_mvxpe.c,v 1.34 2021/08/02 12:56:24 andvar Exp $ */
+/* $NetBSD: if_mvxpe.c,v 1.35 2021/08/13 21:04:44 andvar Exp $ */
/*
* Copyright (c) 2015 Internet Initiative Japan Inc.
* All rights reserved.
@@ -25,7 +25,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_mvxpe.c,v 1.34 2021/08/02 12:56:24 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_mvxpe.c,v 1.35 2021/08/13 21:04:44 andvar Exp $");
#include "opt_multiprocessor.h"
@@ -218,7 +218,7 @@ STATIC struct mvxpe_mib_def {
"Frame Size 256 - 511"},
{MVXPE_MIB_RX_FRAME1023_OCT, 0, "rx_frame_512_1023",
"Frame Size 512 - 1023", 0},
- {MVXPE_MIB_RX_FRAMEMAX_OCT, 0, "rx_fame_1024_max",
+ {MVXPE_MIB_RX_FRAMEMAX_OCT, 0, "rx_frame_1024_max",
"Frame Size 1024 - Max", 0},
{MVXPE_MIB_TX_GOOD_OCT, 1, "tx_good_oct",
"Good Octets Tx", 0},