summaryrefslogtreecommitdiff
path: root/NetworkPkg/Ip6Dxe/Ip6ConfigImpl.c
diff options
context:
space:
mode:
authorGary Lin <glin@suse.com>2016-10-19 15:01:28 +0800
committerFu Siyuan <siyuan.fu@intel.com>2016-10-26 08:50:03 +0800
commitd1c85a17fa8623e3fe60a6fe398f01e46d427a96 (patch)
tree0b7f82f6c7c21487ffdff032520513dc8fcc345b /NetworkPkg/Ip6Dxe/Ip6ConfigImpl.c
parent74c6a1031d36430f99ca7799520f960b4a66e7fe (diff)
downloadedk2-d1c85a17fa8623e3fe60a6fe398f01e46d427a96.zip
edk2-d1c85a17fa8623e3fe60a6fe398f01e46d427a96.tar.gz
edk2-d1c85a17fa8623e3fe60a6fe398f01e46d427a96.tar.bz2
NetworkPkg: Fix typos in comments
- assocated -> associated - malformated -> malformatted - mal-formated -> mal-formatted - formated -> formatted - octects -> octets - responsiblity -> responsibility - enought -> enough - immediatly -> immediately - integar -> integer - Alogrithem -> Algorithm - Initializeion -> Initialization - primelenght -> primelength - Vlaue -> Value - perfoms -> performs - randome -> random - verifed -> verified - finallization -> finalization - Intializes -> Initializes - specifed -> specified - if -> If - Decrption -> Decryption - Autahentication -> Authentication - informatino -> information - alogrithm -> algorithm - Authenticaion -> Authentication - Alogrithem -> Algorithm - containning -> containing - paramter -> parameter Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin <glin@suse.com> Reviewed-By: Siyuan Fu <siyuan.fu@intel.com> Reviewed-By: Jiaxin Wu <jiaxin.wu@intel.com>
Diffstat (limited to 'NetworkPkg/Ip6Dxe/Ip6ConfigImpl.c')
-rw-r--r--NetworkPkg/Ip6Dxe/Ip6ConfigImpl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/NetworkPkg/Ip6Dxe/Ip6ConfigImpl.c b/NetworkPkg/Ip6Dxe/Ip6ConfigImpl.c
index 75ecec1..9b6a62e 100644
--- a/NetworkPkg/Ip6Dxe/Ip6ConfigImpl.c
+++ b/NetworkPkg/Ip6Dxe/Ip6ConfigImpl.c
@@ -121,7 +121,7 @@ Ip6ConfigOnPolicyChanged (
if (NewPolicy == Ip6ConfigPolicyAutomatic) {
//
- // Set paramters to trigger router solicitation sending in timer handler.
+ // Set parameters to trigger router solicitation sending in timer handler.
//
IpSb->RouterAdvertiseReceived = FALSE;
IpSb->SolicitTimer = IP6_MAX_RTR_SOLICITATIONS;