diff options
author | Martynas Venckus <martynas@cvs.openbsd.org> | 2007-11-25 20:00:04 +0000 |
---|---|---|
committer | Martynas Venckus <martynas@cvs.openbsd.org> | 2007-11-25 20:00:04 +0000 |
commit | 866cd76bb92768298965dabc29be310cdf89dece (patch) | |
tree | d143fd8169347e5fe5112c5df0f128e78357ed59 /sys/arch/amd64/stand | |
parent | 711803f922d9c7dd7ade0ea6cc78d3d800f19a2a (diff) |
typo; ok miod@
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 29ff7306853..e03e7d76616 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.2 2004/09/20 17:51:07 miod Exp $ */ +/* $OpenBSD: pxe.h,v 1.3 2007/11/25 20:00:03 martynas Exp $ */ /* $NetBSD: pxe.h,v 1.1 2002/02/16 03:37:40 thorpej Exp $ */ /* @@ -141,7 +141,7 @@ typedef struct { ADDR32_t ProtocolIni; /* Phys addr of a copy of the driver module */ uint8_t reserved[8]; -} __attribute__((__packed__)) t_PXENV_UNDI_INITALIZE; +} __attribute__((__packed__)) t_PXENV_UNDI_INITIALIZE; #define MAXNUM_MCADDR 8 |