]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Dhcp6Dxe/Dhcp6Utility.c
NetworkPkg/Dhcp6Dxe: Fix various typos
[mirror_edk2.git] / NetworkPkg / Dhcp6Dxe / Dhcp6Utility.c
index a8a938211572d49048557487e470317ea4391668..d249a1cca7a11cb0a932b4b618bc624f432c2214 100644 (file)
@@ -312,7 +312,7 @@ Dhcp6CleanupModeData (
 \r
   @param[in]  Base          The base value of the time.\r
   @param[in]  IsFirstRt     If TRUE, it is the first time to calculate expire time.\r
-  @param[in]  NeedSigned    If TRUE, the the signed factor is needed.\r
+  @param[in]  NeedSigned    If TRUE, the signed factor is needed.\r
 \r
   @return     Expire        The calculated result for the new expire time.\r
 \r
@@ -506,7 +506,7 @@ Dhcp6DepriveAddress (
     //\r
     // If release all Ia addresses, just copy the configured Ia and then set\r
     // its address count as zero.\r
-    // We may decline/release part of addresses at the begining. So it's a\r
+    // We may decline/release part of addresses at the beginning. So it's a\r
     // forwarding step to update address infor for decline/release, while the\r
     // other infor such as Ia state will be updated when receiving reply.\r
     //\r
@@ -995,7 +995,7 @@ Dhcp6SeekIaOption (
 \r
 /**\r
   Check whether the incoming IPv6 address in IaAddr is one of the maintained\r
-  addresses in the IA control blcok.\r
+  addresses in the IA control block.\r
 \r
   @param[in]  IaAddr            The pointer to the IA Address to be checked.\r
   @param[in]  CurrentIa         The pointer to the IA in IA control block.\r
@@ -1023,9 +1023,9 @@ Dhcp6AddrIsInCurrentIa (
 }\r
 \r
 /**\r
-  Parse the address option and update the address infomation.\r
+  Parse the address option and update the address information.\r
 \r
-  @param[in]      CurrentIa     The pointer to the Ia Address in control blcok.\r
+  @param[in]      CurrentIa     The pointer to the Ia Address in control block.\r
   @param[in]      IaInnerOpt    The pointer to the buffer.\r
   @param[in]      IaInnerLen    The length to parse.\r
   @param[out]     AddrNum       The number of addresses.\r
@@ -1107,7 +1107,7 @@ Dhcp6ParseAddrOption (
 \r
 \r
 /**\r
-  Create a control blcok for the Ia according to the corresponding options.\r
+  Create a control block for the Ia according to the corresponding options.\r
 \r
   @param[in]  Instance              The pointer to DHCP6 Instance.\r
   @param[in]  IaInnerOpt            The pointer to the inner options in the Ia option.\r
@@ -1229,7 +1229,7 @@ Dhcp6CacheIa (
 }\r
 \r
 /**\r
-  Append CacheIa to the currrent IA. Meanwhile, clear CacheIa.ValidLifetime to 0.\r
+  Append CacheIa to the current IA. Meanwhile, clear CacheIa.ValidLifetime to 0.\r
 \r
   @param[in]  Instance            The pointer to DHCP6 instance.\r
 \r
@@ -1285,7 +1285,7 @@ Dhcp6AppendCacheIa (
 }\r
 \r
 /**\r
-  Calculate the Dhcp6 get mapping timeout by adding additinal delay to the IP6 DAD transmits count.\r
+  Calculate the Dhcp6 get mapping timeout by adding additional delay to the IP6 DAD transmits count.\r
 \r
   @param[in]   Ip6Cfg              The pointer to Ip6 config protocol.\r
   @param[out]  TimeOut             The time out value in 100ns units.\r