s/acccess/access/

This commit is contained in:
andvar 2021-10-06 20:42:44 +00:00
parent 8aaa114de6
commit e6cce71780
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ninjascsi32var.h,v 1.7 2012/10/27 17:18:22 chs Exp $ */
/* $NetBSD: ninjascsi32var.h,v 1.8 2021/10/06 20:42:44 andvar Exp $ */
/*-
* Copyright (c) 2004, 2007 The NetBSD Foundation, Inc.
@ -114,7 +114,7 @@ struct njsc32_cmd {
bus_dmamap_t c_dmamap_xfer;
};
/* -1 for unaligned acccess */
/* -1 for unaligned access */
#define NJSC32_MAX_XFER ((NJSC32_NUM_SG - 1) << PGSHIFT)
struct njsc32_softc {

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_media.c,v 1.52 2020/03/15 23:04:51 thorpej Exp $ */
/* $NetBSD: if_media.c,v 1.53 2021/10/06 20:42:44 andvar Exp $ */
/*-
* Copyright (c) 1998, 2020 The NetBSD Foundation, Inc.
@ -76,7 +76,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_media.c,v 1.52 2020/03/15 23:04:51 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: if_media.c,v 1.53 2021/10/06 20:42:44 andvar Exp $");
#define __IFMEDIA_PRIVATE
@ -183,7 +183,7 @@ ifmedia_init_with_lock(struct ifmedia *ifm, int dontcare_mask,
*
* !if_is_mpsafe(ifp) || ((if_is_mpsafe(ifp) && lock != NULL)
*
* ...but we don't have acccess to the ifnet here.
* ...but we don't have access to the ifnet here.
*/
TAILQ_INIT(&ifm->ifm_list);