From d1c85a17fa8623e3fe60a6fe398f01e46d427a96 Mon Sep 17 00:00:00 2001 From: Gary Lin Date: Wed, 19 Oct 2016 15:01:28 +0800 Subject: 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 Reviewed-By: Siyuan Fu Reviewed-By: Jiaxin Wu --- NetworkPkg/Application/Ping6/Ping6.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'NetworkPkg/Application') diff --git a/NetworkPkg/Application/Ping6/Ping6.c b/NetworkPkg/Application/Ping6/Ping6.c index 55314e574d..66daac27be 100644 --- a/NetworkPkg/Application/Ping6/Ping6.c +++ b/NetworkPkg/Application/Ping6/Ping6.c @@ -1103,7 +1103,7 @@ InitializePing6 ( BufferSize = 16; // - // Parse the paramter of count number. + // Parse the parameter of count number. // ValueStr = ShellCommandLineGetValue (ParamPackage, L"-n"); ValueStrPtr = ValueStr; @@ -1120,7 +1120,7 @@ InitializePing6 ( } } // - // Parse the paramter of buffer size. + // Parse the parameter of buffer size. // ValueStr = ShellCommandLineGetValue (ParamPackage, L"-l"); ValueStrPtr = ValueStr; @@ -1141,7 +1141,7 @@ InitializePing6 ( ZeroMem (&DstAddress, sizeof (EFI_IPv6_ADDRESS)); // - // Parse the paramter of source ip address. + // Parse the parameter of source ip address. // ValueStr = ShellCommandLineGetValue (ParamPackage, L"-s"); ValueStrPtr = ValueStr; @@ -1155,7 +1155,7 @@ InitializePing6 ( } } // - // Parse the paramter of destination ip address. + // Parse the parameter of destination ip address. // NonOptionCount = ShellCommandLineGetCount(ParamPackage); ValueStr = ShellCommandLineGetRawValue (ParamPackage, (UINT32)(NonOptionCount-1)); -- cgit v1.2.3