diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-09-01 03:09:02 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-09-01 03:09:02 +0000 |
commit | 8843f728ee2c92e18014e330b879ac9f0bb93639 (patch) | |
tree | c66cfdddfc368a45d3465565e5485c6e1e28ecbc /sys/arch/amd64/stand/libsa | |
parent | 3f2fb497e840a4b0f77d4130f79bb2673724aa8b (diff) |
spelling; checked by jmc@, ok miod@ mglocker@ krw@
Diffstat (limited to 'sys/arch/amd64/stand/libsa')
-rw-r--r-- | sys/arch/amd64/stand/libsa/pxe.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/libsa/pxe.h b/sys/arch/amd64/stand/libsa/pxe.h index 7080d627f7b..19f8c16c186 100644 --- a/sys/arch/amd64/stand/libsa/pxe.h +++ b/sys/arch/amd64/stand/libsa/pxe.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pxe.h,v 1.7 2016/06/10 18:36:06 jcs Exp $ */ +/* $OpenBSD: pxe.h,v 1.8 2024/09/01 03:08:56 jsg Exp $ */ /* $NetBSD: pxe.h,v 1.1 2002/02/16 03:37:40 thorpej Exp $ */ /* @@ -282,7 +282,7 @@ typedef struct { #define PXENV_UNDI_GET_MCAST_ADDRESS 0x0011 typedef struct { PXENV_STATUS_t Status; - IP4_t InetAddr; /* IP mulicast address */ + IP4_t InetAddr; /* IP multicast address */ MAC_ADDR MediaAddr; /* MAC multicast address */ } __packed t_PXENV_UNDI_GET_MCAST_ADDR; |