]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Dhcp6Dxe/Dhcp6Utility.h
NetworkPkg/Dhcp6Dxe: Fix various typos
[mirror_edk2.git] / NetworkPkg / Dhcp6Dxe / Dhcp6Utility.h
index 6a302adf29449b46a2b154df0d75677f64711650..2f18eb3609572992cb37851fe371653be5afc891 100644 (file)
@@ -71,7 +71,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
@@ -165,7 +165,7 @@ Dhcp6OnTransmitted (
 \r
   @param[in, out] Buf           The pointer to buffer.\r
   @param[in]      OptType       The option type.\r
-  @param[in]      OptLen        The lenght of option content.s\r
+  @param[in]      OptLen        The length of option content.s\r
   @param[in]      Data          The pointer to the option content.\r
 \r
   @return         Buf           The position to append the next option.\r
@@ -270,7 +270,7 @@ Dhcp6SeekIaOption (
 /**\r
   Parse the address option and update the address info.\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
@@ -287,7 +287,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
@@ -327,7 +327,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
@@ -338,7 +338,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