Fix typo in comment.

This commit is contained in:
tsutsui 2008-08-23 15:46:47 +00:00
parent bd37977872
commit 70350ebf56
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: dp83932.c,v 1.26 2008/04/28 20:23:49 martin Exp $ */
/* $NetBSD: dp83932.c,v 1.27 2008/08/23 15:46:47 tsutsui Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: dp83932.c,v 1.26 2008/04/28 20:23:49 martin Exp $");
__KERNEL_RCSID(0, "$NetBSD: dp83932.c,v 1.27 2008/08/23 15:46:47 tsutsui Exp $");
#include "bpfilter.h"
@ -209,7 +209,7 @@ sonic_attach(struct sonic_softc *sc, const uint8_t *enaddr)
IFQ_SET_READY(&ifp->if_snd);
/*
* We can suport 802.1Q VLAN-sized frames.
* We can support 802.1Q VLAN-sized frames.
*/
sc->sc_ethercom.ec_capabilities |= ETHERCAP_VLAN_MTU;