From d1fbb75b2b6d45fa90c46152ebd1f8eeef33d1eb Mon Sep 17 00:00:00 2001 From: skrll Date: Thu, 20 Oct 2016 09:53:07 +0000 Subject: Fix regisers typo --- sys/dev/marvell/if_mvxpe.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/marvell/if_mvxpe.c b/sys/dev/marvell/if_mvxpe.c index def744d5b17..5ce019dfe0c 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.14 2016/10/10 14:23:35 kiyohara Exp $ */ +/* $NetBSD: if_mvxpe.c,v 1.15 2016/10/20 09:53:08 skrll Exp $ */ /* * Copyright (c) 2015 Internet Initiative Japan Inc. * All rights reserved. @@ -25,7 +25,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -__KERNEL_RCSID(0, "$NetBSD: if_mvxpe.c,v 1.14 2016/10/10 14:23:35 kiyohara Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_mvxpe.c,v 1.15 2016/10/20 09:53:08 skrll Exp $"); #include "opt_multiprocessor.h" @@ -450,7 +450,7 @@ mvxpe_attach(device_t parent, device_t self, void *aux) strlcpy(ifp->if_xname, device_xname(sc->sc_dev), sizeof(ifp->if_xname)); /* - * Enable DMA engines and Initiazlie Device Regisers. + * Enable DMA engines and Initiazlie Device Registers. */ MVXPE_WRITE(sc, MVXPE_PRXINIT, 0x00000000); MVXPE_WRITE(sc, MVXPE_PTXINIT, 0x00000000); @@ -1626,7 +1626,7 @@ mvxpe_tick(void *arg) mii_tick(mii); mii_pollstat(&sc->sc_mii); - /* read mib regisers(clear by read) */ + /* read mib registers(clear by read) */ mvxpe_update_mib(sc); /* read counter registers(clear by read) */ -- cgit