summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/Dhcp6Dxe/Dhcp6Utility.h
diff options
context:
space:
mode:
authorAntoine Coeur <coeur@gmx.fr>2020-02-07 02:07:45 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-02-10 22:30:07 +0000
commitf97117bae7d0a6dd07ac47d0b085dbc6700b458d (patch)
treeaf56c1e49abcdf3c819f5e838aac65f973e586d7 /NetworkPkg/Dhcp6Dxe/Dhcp6Utility.h
parentc194ccca2613355f0f4506e7692bc55e2eaf6ff4 (diff)
downloadedk2-f97117bae7d0a6dd07ac47d0b085dbc6700b458d.tar.gz
edk2-f97117bae7d0a6dd07ac47d0b085dbc6700b458d.tar.bz2
edk2-f97117bae7d0a6dd07ac47d0b085dbc6700b458d.zip
NetworkPkg/Dhcp6Dxe: Fix various typos
Fix various typos in comments and documentation. Cc: Jiaxin Wu <jiaxin.wu@intel.com> Cc: Siyuan Fu <siyuan.fu@intel.com> Cc: Maciej Rabeda <maciej.rabeda@intel.com> Signed-off-by: Antoine Coeur <coeur@gmx.fr> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com> Reviewed-by: Maciej Rabeda <maciej.rabeda@intel.com> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com> Message-Id: <20200207010831.9046-33-philmd@redhat.com>
Diffstat (limited to 'NetworkPkg/Dhcp6Dxe/Dhcp6Utility.h')
-rw-r--r--NetworkPkg/Dhcp6Dxe/Dhcp6Utility.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/NetworkPkg/Dhcp6Dxe/Dhcp6Utility.h b/NetworkPkg/Dhcp6Dxe/Dhcp6Utility.h
index 6a302adf29..2f18eb3609 100644
--- a/NetworkPkg/Dhcp6Dxe/Dhcp6Utility.h
+++ b/NetworkPkg/Dhcp6Dxe/Dhcp6Utility.h
@@ -71,7 +71,7 @@ Dhcp6CleanupModeData (
@param[in] Base The base value of the time.
@param[in] IsFirstRt If TRUE, it is the first time to calculate expire time.
- @param[in] NeedSigned If TRUE, the the signed factor is needed.
+ @param[in] NeedSigned If TRUE, the signed factor is needed.
@return Expire The calculated result for the new expire time.
@@ -165,7 +165,7 @@ Dhcp6OnTransmitted (
@param[in, out] Buf The pointer to buffer.
@param[in] OptType The option type.
- @param[in] OptLen The lenght of option content.s
+ @param[in] OptLen The length of option content.s
@param[in] Data The pointer to the option content.
@return Buf The position to append the next option.
@@ -270,7 +270,7 @@ Dhcp6SeekIaOption (
/**
Parse the address option and update the address info.
- @param[in] CurrentIa The pointer to the Ia Address in control blcok.
+ @param[in] CurrentIa The pointer to the Ia Address in control block.
@param[in] IaInnerOpt The pointer to the buffer.
@param[in] IaInnerLen The length to parse.
@param[out] AddrNum The number of addresses.
@@ -287,7 +287,7 @@ Dhcp6ParseAddrOption (
);
/**
- Create a control blcok for the Ia according to the corresponding options.
+ Create a control block for the Ia according to the corresponding options.
@param[in] Instance The pointer to DHCP6 Instance.
@param[in] IaInnerOpt The pointer to the inner options in the Ia option.
@@ -327,7 +327,7 @@ Dhcp6CacheIa (
/**
- Append CacheIa to the currrent IA. Meanwhile, clear CacheIa.ValidLifetime to 0.
+ Append CacheIa to the current IA. Meanwhile, clear CacheIa.ValidLifetime to 0.
@param[in] Instance The pointer to DHCP6 instance.
@@ -338,7 +338,7 @@ Dhcp6AppendCacheIa (
);
/**
- Calculate the Dhcp6 get mapping timeout by adding additinal delay to the IP6 DAD transmits count.
+ Calculate the Dhcp6 get mapping timeout by adding additional delay to the IP6 DAD transmits count.
@param[in] Ip6Cfg The pointer to Ip6 config protocol.
@param[out] TimeOut The time out value in 100ns units.