From: Hao Wu Date: Wed, 6 Jan 2016 01:12:07 +0000 (+0000) Subject: NetworkPkg IpSecDxe: Fix a typo in function description X-Git-Tag: edk2-stable201903~8094 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=682c9b4afea4b928fd40211a831e1c0715bc667f;p=mirror_edk2.git NetworkPkg IpSecDxe: Fix a typo in function description Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hao Wu Reviewed-by: Fu Siyuan git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19600 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/NetworkPkg/IpSecDxe/IpSecImpl.c b/NetworkPkg/IpSecDxe/IpSecImpl.c index 6df83ec9f8..854a9a58d8 100644 --- a/NetworkPkg/IpSecDxe/IpSecImpl.c +++ b/NetworkPkg/IpSecDxe/IpSecImpl.c @@ -1771,7 +1771,7 @@ IpSecEspOutboundPacket ( } // - // Calculate the plain payload size accroding to the fragment table. + // Calculate the plain payload size according to the fragment table. // PlainPayloadSize = 0; for (Index = 0; Index < *FragmentCount; Index++) {