]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Dhcp6Dxe/Dhcp6Impl.c
NetworkPkg/Dhcp6Dxe: Fix various typos
[mirror_edk2.git] / NetworkPkg / Dhcp6Dxe / Dhcp6Impl.c
index 44c340ed0c6ad8dfcb57539585354e18f08963da..bb4c1d12a987c13697db6a2d4bb5bcb79b9e17a8 100644 (file)
@@ -96,7 +96,7 @@ EfiDhcp6Start (
   OldTpl           = gBS->RaiseTPL (TPL_CALLBACK);\r
 \r
   //\r
-  // Check Media Satus.\r
+  // Check Media Status.\r
   //\r
   MediaStatus = EFI_SUCCESS;\r
   NetLibDetectMediaWaitTimeout (Service->Controller, DHCP_CHECK_MEDIA_WAITING_TIME, &MediaStatus);\r
@@ -220,7 +220,7 @@ EfiDhcp6Stop (
   }\r
 \r
   //\r
-  // Poll udp out of the net tpl if synchoronus call.\r
+  // Poll udp out of the net tpl if synchronous call.\r
   //\r
   if (Instance->Config->IaInfoEvent == NULL) {\r
     ASSERT (Udp6 != NULL);\r
@@ -694,7 +694,7 @@ EfiDhcp6InfoRequest (
   }\r
 \r
   //\r
-  // Poll udp out of the net tpl if synchoronus call.\r
+  // Poll udp out of the net tpl if synchronous call.\r
   //\r
   if (TimeoutEvent == NULL) {\r
 \r
@@ -823,7 +823,7 @@ EfiDhcp6RenewRebind (
   gBS->RestoreTPL (OldTpl);\r
 \r
   //\r
-  // Poll udp out of the net tpl if synchoronus call.\r
+  // Poll udp out of the net tpl if synchronous call.\r
   //\r
   if (Instance->Config->IaInfoEvent == NULL) {\r
 \r
@@ -958,7 +958,7 @@ EfiDhcp6Decline (
   gBS->RestoreTPL (OldTpl);\r
 \r
   //\r
-  // Poll udp out of the net tpl if synchoronus call.\r
+  // Poll udp out of the net tpl if synchronous call.\r
   //\r
   if (Instance->Config->IaInfoEvent == NULL) {\r
 \r
@@ -1099,7 +1099,7 @@ EfiDhcp6Release (
   gBS->RestoreTPL (OldTpl);\r
 \r
   //\r
-  // Poll udp out of the net tpl if synchoronus call.\r
+  // Poll udp out of the net tpl if synchronous call.\r
   //\r
   if (Instance->Config->IaInfoEvent == NULL) {\r
     while (Instance->UdpSts == EFI_ALREADY_STARTED) {\r