diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-09-20 17:51:08 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-09-20 17:51:08 +0000 |
commit | 0a2446c2f31cfb357f46bd938a94ea5c162f3884 (patch) | |
tree | 0c51e84c52ad942284125bb136b8ed7850643c04 /sys/arch/amd64/stand | |
parent | 3bfc35678cf6dc3df6a706255ff510861276acb0 (diff) |
addres -> address
Diffstat (limited to 'sys/arch/amd64/stand')
-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 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 |