s/resoure/resource/ in comments.

pull/35/head
andvar 2024-04-18 10:32:03 +00:00
parent de3a34d3b3
commit 9626b6b63f
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: macrom.h,v 1.19 2009/11/01 01:51:35 snj Exp $ */
/* $NetBSD: macrom.h,v 1.20 2024/04/18 10:32:03 andvar Exp $ */
/*-
* Copyright (C) 1994 Bradley A. Grantham
@ -153,7 +153,7 @@ void dumptrace(void);
/* Stuff for configuring ROM Glue */
typedef struct rsrc_s {
u_int16_t unknown[4]; /* ???? */
u_int32_t next; /* pointer to next resoure in list */
u_int32_t next; /* pointer to next resource in list */
u_int32_t body; /* pointer to resource body? */
u_int32_t name; /* resource name */
u_int16_t index; /* ???? */

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_media.h,v 1.71 2020/03/15 23:04:51 thorpej Exp $ */
/* $NetBSD: if_media.h,v 1.72 2024/04/18 10:32:03 andvar Exp $ */
/*-
* Copyright (c) 1998, 2000, 2001, 2020 The NetBSD Foundation, Inc.
@ -981,7 +981,7 @@ void ifmedia_init(struct ifmedia *, int, ifm_change_cb_t, ifm_stat_cb_t);
void ifmedia_init_with_lock(struct ifmedia *, int, ifm_change_cb_t,
ifm_stat_cb_t, kmutex_t *);
/* Release resourecs associated with an ifmedia. */
/* Release resources associated with an ifmedia. */
void ifmedia_fini(struct ifmedia *);