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=9bd22b08d1a9b0b4c2fd325a928b58acd176d9d1;hpb=cd5ebaa06dca3e6ef3c464081e6defe00d358c69 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;