summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Include/Guid/NicIp4ConfigNvData.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Include/Guid/NicIp4ConfigNvData.h')
-rw-r--r--MdeModulePkg/Include/Guid/NicIp4ConfigNvData.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Include/Guid/NicIp4ConfigNvData.h b/MdeModulePkg/Include/Guid/NicIp4ConfigNvData.h
index b25308131..d3ce76f05 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;