]> git.proxmox.com Git - mirror_edk2.git/commitdiff
NetworkPkg IpSecDxe: Fix a typo in function description
authorHao Wu <hao.a.wu@intel.com>
Wed, 6 Jan 2016 01:12:07 +0000 (01:12 +0000)
committerhwu1225 <hwu1225@Edk2>
Wed, 6 Jan 2016 01:12:07 +0000 (01:12 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19600 6f19259b-4bc3-4df7-8a09-765794883524

NetworkPkg/IpSecDxe/IpSecImpl.c

index 6df83ec9f86b5181b59fb0781c5eb9ba4387097c..854a9a58d8bf95e0467f229b8df8712ed1629d4f 100644 (file)
@@ -1771,7 +1771,7 @@ IpSecEspOutboundPacket (
   }\r
 \r
   //\r
-  // Calculate the plain payload size accroding to the fragment table.\r
+  // Calculate the plain payload size according to the fragment table.\r
   //\r
   PlainPayloadSize = 0;\r
   for (Index = 0; Index < *FragmentCount; Index++) {\r