]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Guid/NicIp4ConfigNvData.h
Fix spelling typo in the NIC_IP4_CONFIG_INFO.Permanent variable name, which was incor...
[mirror_edk2.git] / MdeModulePkg / Include / Guid / NicIp4ConfigNvData.h
index 65cff8bfd36d425b7e29c14870e8fef883fc5bd8..d3ce76f051383b7fec98cd8bee748d4b3845e831 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   This file defines NIC_IP4_CONFIG_INFO structure.\r
   \r
-Copyright (c) 2009 - 2010, Intel Corporation.  All rights reserved<BR>\r
+Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials are licensed and made available under \r
 the terms and conditions of the BSD License that accompanies this distribution.  \r
 The full text of the license may be found at\r
@@ -61,7 +61,7 @@ typedef struct {
 typedef struct {\r
   NIC_ADDR                  NicAddr;      ///< Link layer address to identify the NIC.\r
   UINT32                    Source;       ///< Static or DHCP.\r
-  BOOLEAN                   Perment;      ///< Survive the reboot or not.\r
+  BOOLEAN                   Permanent;    ///< Survive the reboot or not.\r
   EFI_IP4_IPCONFIG_DATA     Ip4Info;      ///< IP addresses.\r
 } NIC_IP4_CONFIG_INFO;\r
 \r