diff options
author | Toomas Soome <tsoome@me.com> | 2018-08-09 08:27:05 +0300 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2018-09-18 15:43:16 +0000 |
commit | c952f9c1bd80512c5c1db6f7c8c4b49d40154098 (patch) | |
tree | 6c4af03b6915b26cb2da4112bcc528cfa0297cac | |
parent | 4837313c99a7d59b1241728101760485b74f8d2b (diff) | |
download | illumos-joyent-c952f9c1bd80512c5c1db6f7c8c4b49d40154098.tar.gz |
9844 libi386: Fix typo in pxe.h
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk>
Reviewed by: Peter Tribble <peter.tribble@gmail.com>
Approved by: Robert Mustacchi <rm@joyent.com>
-rw-r--r-- | usr/src/boot/sys/boot/i386/libi386/pxe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/boot/sys/boot/i386/libi386/pxe.h b/usr/src/boot/sys/boot/i386/libi386/pxe.h index 1afc23bf4b..67e2c643d8 100644 --- a/usr/src/boot/sys/boot/i386/libi386/pxe.h +++ b/usr/src/boot/sys/boot/i386/libi386/pxe.h @@ -145,7 +145,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 |