Date: Mon, 20 Aug 2018 00:50:11 +0000 (UTC) From: Kyle Evans <kevans@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r338078 - stable/11/stand/i386/libi386 Message-ID: <201808200050.w7K0oBSC075497@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808200050.w7K0oBSC075497>