From 0a2446c2f31cfb357f46bd938a94ea5c162f3884 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Mon, 20 Sep 2004 17:51:08 +0000 Subject: addres -> address --- sys/arch/amd64/stand/libsa/pxe.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/amd64/stand') diff --git a/sys/arch/amd64/stand/libsa/pxe.h b/sys/arch/amd64/stand/libsa/pxe.h index 5af5a2068c2..29ff7306853 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.1 2004/03/21 21:37:41 tom Exp $ */ +/* $OpenBSD: pxe.h,v 1.2 2004/09/20 17:51:07 miod Exp $ */ /* $NetBSD: pxe.h,v 1.1 2002/02/16 03:37:40 thorpej Exp $ */ /* @@ -220,7 +220,7 @@ typedef struct { #define PXENV_UNDI_SET_STATION_ADDRESS 0x000A typedef struct { PXENV_STATUS_t Status; - MAC_ADDR StationAddress; /* Temp MAC addres to use */ + MAC_ADDR StationAddress; /* Temp MAC address to use */ } __attribute__((__packed__)) t_PXENV_UNDI_SET_STATION_ADDR; #define PXENV_UNDI_SET_PACKET_FILTER 0x000B -- cgit v1.2.3