]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/IpSecDxe/Ikev2/Payload.c
NetworkPkg: Fix typo.
[mirror_edk2.git] / NetworkPkg / IpSecDxe / Ikev2 / Payload.c
index 6a2fdb83f3e84daf64f5d6cf2b24fdc8fd3f02ed..012e8c24b321bf02d027d50b37447e9c8e74df03 100644 (file)
@@ -1,7 +1,7 @@
 /** @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
@@ -1614,7 +1614,7 @@ Ikev2EncodeSa (
   //\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
@@ -1777,7 +1777,7 @@ Ikev2DecodeSa (
   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