]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Ip6Dxe/Ip6Mld.c
NetworkPkg/Ip6Dxe: Fix various typos
[mirror_edk2.git] / NetworkPkg / Ip6Dxe / Ip6Mld.c
index b7a882b25975d06b1deec38e6767707f34e12168..ba12089dee25f4750a9f13ff56ae355b25fc952e 100644 (file)
@@ -383,7 +383,7 @@ ERROR:
 \r
   @retval EFI_OUT_OF_RESOURCES      There are not sufficient resources to complete\r
                                     the operation.\r
-  @retval EFI_SUCESS                The address is added to the group address array.\r
+  @retval EFI_SUCCESS               The address is added to the group address array.\r
 \r
 **/\r
 EFI_STATUS\r
@@ -496,8 +496,8 @@ Ip6JoinGroup (
   }\r
 \r
   //\r
-  // Repeat the report once or twcie after short delays [Unsolicited Report Interval] (default:10s)\r
-  // Simulate this operation as a Multicast-Address-Specific Query was received for that addresss.\r
+  // Repeat the report once or twice after short delays [Unsolicited Report Interval] (default:10s)\r
+  // Simulate this operation as a Multicast-Address-Specific Query was received for that address.\r
   //\r
   Group = Ip6CreateMldEntry (IpSb, Address, IP6_UNSOLICITED_REPORT_INTERVAL);\r
   if (Group == NULL) {\r
@@ -604,7 +604,7 @@ Ip6LeaveGroup (
 \r
   @retval EFI_ALREADY_STARTED   Wants to join the group, but is already a member of it\r
   @retval EFI_OUT_OF_RESOURCES  Failed to allocate sufficient resources.\r
-  @retval EFI_DEVICE_ERROR      Failed to set the group configuraton.\r
+  @retval EFI_DEVICE_ERROR      Failed to set the group configuration.\r
   @retval EFI_SUCCESS           Successfully updated the group setting.\r
   @retval EFI_NOT_FOUND         Try to leave the group which it isn't a member.\r
 \r