svn commit: r337524 - head/stand/i386/libi386
Kyle Evans
kevans at FreeBSD.org
Thu Aug 9 03:45:48 UTC 2018
Author: kevans
Date: Thu Aug 9 03:45:47 2018
New Revision: 337524
URL: https://svnweb.freebsd.org/changeset/base/337524
Log:
libi386: Fix typo in pxe.h
PR: 207337
Submitted by: Tony Narlock <tony at git-pull.com>
MFC after: 1 week
Modified:
head/stand/i386/libi386/pxe.h
Modified: head/stand/i386/libi386/pxe.h
==============================================================================
--- head/stand/i386/libi386/pxe.h Thu Aug 9 02:55:48 2018 (r337523)
+++ head/stand/i386/libi386/pxe.h Thu Aug 9 03:45:47 2018 (r337524)
@@ -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
More information about the svn-src-all
mailing list