From 456a4ad51e95a2a812ee24ebeaaf0ceb037a94d2 Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Thu, 9 Aug 2018 03:45:47 +0000 Subject: [PATCH] libi386: Fix typo in pxe.h PR: 207337 Submitted by: Tony Narlock MFC after: 1 week --- stand/i386/libi386/pxe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stand/i386/libi386/pxe.h b/stand/i386/libi386/pxe.h index d0eb2bad8703..aebf1fffde79 100644 --- a/stand/i386/libi386/pxe.h +++ b/stand/i386/libi386/pxe.h @@ -147,7 +147,7 @@ typedef struct { PXENV_STATUS_t Status; ADDR32_t ProtocolIni; /* Phys addr of a copy of the driver module */ uint8_t reserved[8]; -} PACKED t_PXENV_UNDI_INITALIZE; +} PACKED t_PXENV_UNDI_INITIALIZE; #define MAXNUM_MCADDR 8