X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FInclude%2FGuid%2FNicIp4ConfigNvData.h;h=d3ce76f051383b7fec98cd8bee748d4b3845e831;hp=b25308131e0061d00df514aa4f8d3061c9a79646;hb=928927dd8ea2561649f0027a8a6836797fb4bdd7;hpb=43e54972af046697fbc9c4416810724daa57559d diff --git a/MdeModulePkg/Include/Guid/NicIp4ConfigNvData.h b/MdeModulePkg/Include/Guid/NicIp4ConfigNvData.h index b25308131e..d3ce76f051 100644 --- a/MdeModulePkg/Include/Guid/NicIp4ConfigNvData.h +++ b/MdeModulePkg/Include/Guid/NicIp4ConfigNvData.h @@ -61,7 +61,7 @@ typedef struct { typedef struct { NIC_ADDR NicAddr; ///< Link layer address to identify the NIC. UINT32 Source; ///< Static or DHCP. - BOOLEAN Perment; ///< Survive the reboot or not. + BOOLEAN Permanent; ///< Survive the reboot or not. EFI_IP4_IPCONFIG_DATA Ip4Info; ///< IP addresses. } NIC_IP4_CONFIG_INFO;