summaryrefslogtreecommitdiff
path: root/NetworkPkg/Ip6Dxe/Ip6Output.c
diff options
context:
space:
mode:
Diffstat (limited to 'NetworkPkg/Ip6Dxe/Ip6Output.c')
-rw-r--r--NetworkPkg/Ip6Dxe/Ip6Output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/NetworkPkg/Ip6Dxe/Ip6Output.c b/NetworkPkg/Ip6Dxe/Ip6Output.c
index 6ab4459bab..2a2eae4b85 100644
--- a/NetworkPkg/Ip6Dxe/Ip6Output.c
+++ b/NetworkPkg/Ip6Dxe/Ip6Output.c
@@ -870,7 +870,7 @@ Ip6Output (
for (Index = 0, Offset = 0, PacketLen = Mtu; Index < Num; Index++) {
//
- // Get fragment from the Packet, append UnFragnmentLen spare buffer
+ // Get fragment from the Packet, append UnFragmentLen spare buffer
// before the fragmented data, the corresponding data is filled in later.
//
Fragment = NetbufGetFragment (Packet, Offset, PacketLen, UnFragmentLen);