]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Ip6Dxe/Ip6ConfigImpl.c
NetworkPkg: Typo fix and comments correction
[mirror_edk2.git] / NetworkPkg / Ip6Dxe / Ip6ConfigImpl.c
index 7575b7947d9989d724ff590abe117b0ce73eb596..7c7acc72d5576665ab053069212eb52dd8e31301 100644 (file)
@@ -756,7 +756,7 @@ Ip6ConfigSetDadXmits (
 /**\r
   The callback function for Ip6SetAddr. The prototype is defined\r
   as IP6_DAD_CALLBACK. It is called after Duplicate Address Detection is performed\r
-  for the manual address set by Ip6ConfigSetMaunualAddress.\r
+  for the manual address set by Ip6ConfigSetManualAddress.\r
 \r
   @param[in]     IsDadPassed   If TRUE, Duplicate Address Detection passed.\r
   @param[in]     TargetAddress The tentative IPv6 address to be checked.\r
@@ -896,7 +896,7 @@ Ip6ManualAddrDadCallback (
 \r
 **/\r
 EFI_STATUS\r
-Ip6ConfigSetMaunualAddress (\r
+Ip6ConfigSetManualAddress (\r
   IN IP6_CONFIG_INSTANCE  *Instance,\r
   IN UINTN                DataSize,\r
   IN VOID                 *Data\r
@@ -2218,7 +2218,7 @@ Ip6ConfigInitInstance (
   SET_DATA_ATTRIB (DataItem->Attribute, DATA_ATTRIB_SIZE_FIXED);\r
 \r
   DataItem           = &Instance->DataItem[Ip6ConfigDataTypeManualAddress];\r
-  DataItem->SetData  = Ip6ConfigSetMaunualAddress;\r
+  DataItem->SetData  = Ip6ConfigSetManualAddress;\r
   DataItem->Status   = EFI_NOT_FOUND;\r
 \r
   DataItem           = &Instance->DataItem[Ip6ConfigDataTypeGateway];\r