svn commit: r338078 - stable/11/stand/i386/libi386

Kyle Evans kevans at FreeBSD.org
Mon Aug 20 00:50:12 UTC 2018


Author: kevans
Date: Mon Aug 20 00:50:11 2018
New Revision: 338078
URL: https://svnweb.freebsd.org/changeset/base/338078

Log:
  MFC r337524: libi386: Fix typo in pxe.h
  
  PR:		207337

Modified:
  stable/11/stand/i386/libi386/pxe.h
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/stand/i386/libi386/pxe.h
==============================================================================
--- stable/11/stand/i386/libi386/pxe.h	Mon Aug 20 00:49:06 2018	(r338077)
+++ stable/11/stand/i386/libi386/pxe.h	Mon Aug 20 00:50:11 2018	(r338078)
@@ -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