mirror of https://github.com/acidanthera/audk.git
NetworkPkg IpSecDxe: Fix a typo in function description
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
This commit is contained in:
parent
6ea00fdd9a
commit
682c9b4afe
|
@ -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;
|
PlainPayloadSize = 0;
|
||||||
for (Index = 0; Index < *FragmentCount; Index++) {
|
for (Index = 0; Index < *FragmentCount; Index++) {
|
||||||
|
|
Loading…
Reference in New Issue