]> git.proxmox.com Git - mirror_edk2.git/commitdiff
NetworkPkg: Fix typo.
authorShumin Qiu <shumin.qiu@intel.com>
Mon, 16 Mar 2015 01:46:32 +0000 (01:46 +0000)
committershenshushi <shenshushi@Edk2>
Mon, 16 Mar 2015 01:46:32 +0000 (01:46 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Shumin Qiu <shumin.qiu@intel.com>
Reviewed-by: Ting Ye <ting.ye@intel.com>
Reviewed-by: Siyuan Fu <siyuan.fu@intel.com>
Reviewed-by: Mudusuru Giri P <giri.p.mudusuru@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17049 6f19259b-4bc3-4df7-8a09-765794883524

NetworkPkg/Application/Ping6/Ping6.c
NetworkPkg/IScsiDxe/IScsiCHAP.c
NetworkPkg/Ip6Dxe/Ip6Output.c
NetworkPkg/IpSecDxe/Ikev2/Payload.c

index 0de332fcce456f70f14be225c06a465968b8080f..596ee3b00744638ad9c843827d9de6843086621d 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   The implementation for Ping6 application.\r
 \r
 /** @file\r
   The implementation for Ping6 application.\r
 \r
-  Copyright (c) 2009 - 2012, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR>\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
@@ -60,11 +60,11 @@ CONST CHAR16      *mIp6DstString;
 CONST CHAR16      *mIp6SrcString;\r
 UINT64            mFrequency = 0;\r
 /**\r
 CONST CHAR16      *mIp6SrcString;\r
 UINT64            mFrequency = 0;\r
 /**\r
-  Get and caculate the frequency in tick/ms.\r
+  Get and calculate the frequency in tick/ms.\r
   The result is saved in the globle variable mFrequency\r
 \r
   The result is saved in the globle variable mFrequency\r
 \r
-  @retval EFI_SUCCESS    Caculated the frequency successfully.\r
-  @retval Others         Failed to caculate the frequency.\r
+  @retval EFI_SUCCESS    Calculated the frequency successfully.\r
+  @retval Others         Failed to calculate the frequency.\r
 \r
 **/\r
 EFI_STATUS\r
 \r
 **/\r
 EFI_STATUS\r
@@ -102,7 +102,7 @@ Ping6GetFrequency (
 }\r
 \r
 /**\r
 }\r
 \r
 /**\r
-  Get and caculate the duration in ms.\r
+  Get and calculate the duration in ms.\r
 \r
   @param[in]  Begin    The start point of time.\r
   @param[in]  End      The end point of time.\r
 \r
   @param[in]  Begin    The start point of time.\r
   @param[in]  End      The end point of time.\r
index fd31d4fb0c4799883ecf366a2f1359150bdbde26..18c49b952f56d24bd03b72730fa5642be62daa77 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   This file is for Challenge-Handshake Authentication Protocol (CHAP) Configuration.\r
 \r
 /** @file\r
   This file is for Challenge-Handshake Authentication Protocol (CHAP) Configuration.\r
 \r
-Copyright (c) 2004 - 2012, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #include "IScsiImpl.h"\r
 \r
 /**\r
 #include "IScsiImpl.h"\r
 \r
 /**\r
-  Initator caculates its own expected hash value.\r
+  Initator calculates its own expected hash value.\r
   \r
   @param[in]   ChapIdentifier     iSCSI CHAP identifier sent by authenticator.\r
   @param[in]   ChapSecret         iSCSI CHAP secret of the authenticator.\r
   \r
   @param[in]   ChapIdentifier     iSCSI CHAP identifier sent by authenticator.\r
   @param[in]   ChapSecret         iSCSI CHAP secret of the authenticator.\r
@@ -24,7 +24,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   @param[in]   ChallengeLength    The length of iSCSI CHAP challenge message.\r
   @param[out]  ChapResponse       The calculation of the expected hash value.\r
   \r
   @param[in]   ChallengeLength    The length of iSCSI CHAP challenge message.\r
   @param[out]  ChapResponse       The calculation of the expected hash value.\r
   \r
-  @retval EFI_SUCCESS             The expected hash value was caculatedly successfully.\r
+  @retval EFI_SUCCESS             The expected hash value was calculatedly successfully.\r
   @retval EFI_PROTOCOL_ERROR      The length of the secret should be at least the\r
                                   length of the hash value for the hashing algorithm chosen.\r
   @retval EFI_PROTOCOL_ERROR      MD5 hash operation fail.\r
   @retval EFI_PROTOCOL_ERROR      The length of the secret should be at least the\r
                                   length of the hash value for the hashing algorithm chosen.\r
   @retval EFI_PROTOCOL_ERROR      MD5 hash operation fail.\r
index 931dfbafc2049152a38be2d459e71978a8da671a..fe642d371ed593860068331912cc0c46533c3375 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   The internal functions and routines to transmit the IP6 packet.\r
 \r
 /** @file\r
   The internal functions and routines to transmit the IP6 packet.\r
 \r
-  Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR>\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
@@ -91,7 +91,7 @@ Ip6CandidateSource (
 }\r
 \r
 /**\r
 }\r
 \r
 /**\r
-  Caculate how many bits are the same between two IPv6 addresses.\r
+  Calculate how many bits are the same between two IPv6 addresses.\r
 \r
   @param[in]       AddressA         Points to an IPv6 address.\r
   @param[in]       AddressB         Points to another IPv6 address.\r
 \r
   @param[in]       AddressA         Points to an IPv6 address.\r
   @param[in]       AddressB         Points to another IPv6 address.\r
index 6a2fdb83f3e84daf64f5d6cf2b24fdc8fd3f02ed..012e8c24b321bf02d027d50b37447e9c8e74df03 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   The implementation of Payloads Creation.\r
 \r
 /** @file\r
   The implementation of Payloads Creation.\r
 \r
-  Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
@@ -1614,7 +1614,7 @@ Ikev2EncodeSa (
   //\r
   TotalTransforms = 0;\r
   //\r
   //\r
   TotalTransforms = 0;\r
   //\r
-  // Caculate the Proposal numbers and Transform numbers.\r
+  // Calculate the Proposal numbers and Transform numbers.\r
   //\r
   for (ProposalIndex = 0; ProposalIndex < SaData->NumProposals; ProposalIndex++) {\r
 \r
   //\r
   for (ProposalIndex = 0; ProposalIndex < SaData->NumProposals; ProposalIndex++) {\r
 \r
@@ -1777,7 +1777,7 @@ Ikev2DecodeSa (
   Proposal               = (IKEV2_PROPOSAL *)((IKEV2_SA *)(Sa)+1);\r
 \r
   //\r
   Proposal               = (IKEV2_PROPOSAL *)((IKEV2_SA *)(Sa)+1);\r
 \r
   //\r
-  // Caculate the number of Proposal payload and the total numbers of\r
+  // Calculate the number of Proposal payload and the total numbers of\r
   // Transforms payload (the transforms in all proposal payload).\r
   //\r
   while (SaRemaining > sizeof (IKEV2_PROPOSAL)) {\r
   // Transforms payload (the transforms in all proposal payload).\r
   //\r
   while (SaRemaining > sizeof (IKEV2_PROPOSAL)) {\r