Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sgimips/mace Fix typo in comment.
details: https://anonhg.NetBSD.org/src/rev/1d6f62ac3727
branches: trunk
changeset: 749343:1d6f62ac3727
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Fri Nov 27 11:04:18 2009 +0000
description:
Fix typo in comment.
diffstat:
sys/arch/sgimips/mace/if_mec.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 8910db2e7e09 -r 1d6f62ac3727 sys/arch/sgimips/mace/if_mec.c
--- a/sys/arch/sgimips/mace/if_mec.c Fri Nov 27 10:50:04 2009 +0000
+++ b/sys/arch/sgimips/mace/if_mec.c Fri Nov 27 11:04:18 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_mec.c,v 1.39 2009/09/02 17:22:53 tsutsui Exp $ */
+/* $NetBSD: if_mec.c,v 1.40 2009/11/27 11:04:18 tsutsui Exp $ */
/*-
* Copyright (c) 2004, 2008 Izumi Tsutsui. All rights reserved.
@@ -61,7 +61,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_mec.c,v 1.39 2009/09/02 17:22:53 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_mec.c,v 1.40 2009/11/27 11:04:18 tsutsui Exp $");
#include "opt_ddb.h"
#include "bpfilter.h"
@@ -1714,7 +1714,7 @@
}
/*
- * If 802.1Q VLAN MTU is enabled, ignore the bad packet errror.
+ * If 802.1Q VLAN MTU is enabled, ignore the bad packet error.
*/
if ((sc->sc_ethercom.ec_capenable & ETHERCAP_VLAN_MTU) != 0)
rxstat &= ~MEC_RXSTAT_BADPACKET;
Home |
Main Index |
Thread Index |
Old Index