summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/Udp4Dxe/Udp4Impl.h
diff options
context:
space:
mode:
authorAntoine Coeur <coeur@gmx.fr>2020-02-07 02:08:03 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-02-10 22:30:07 +0000
commitf7c4d22465ec1167b2906b07c3910735a545b974 (patch)
tree0d62c673245e78d9f8b26a499fdaee2c1e9fd1ad /NetworkPkg/Udp4Dxe/Udp4Impl.h
parentdad13c80678877a73f14e17df6f23bd8e5e15fe1 (diff)
downloadedk2-f7c4d22465ec1167b2906b07c3910735a545b974.tar.gz
edk2-f7c4d22465ec1167b2906b07c3910735a545b974.tar.bz2
edk2-f7c4d22465ec1167b2906b07c3910735a545b974.zip
NetworkPkg/Udp4Dxe: Fix various typos
Fix various typos in comments and documentation. Cc: Jiaxin Wu <jiaxin.wu@intel.com> Cc: Siyuan Fu <siyuan.fu@intel.com> Cc: Maciej Rabeda <maciej.rabeda@intel.com> Signed-off-by: Antoine Coeur <coeur@gmx.fr> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com> Reviewed-by: Maciej Rabeda <maciej.rabeda@intel.com> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com> Message-Id: <20200207010831.9046-51-philmd@redhat.com>
Diffstat (limited to 'NetworkPkg/Udp4Dxe/Udp4Impl.h')
-rw-r--r--NetworkPkg/Udp4Dxe/Udp4Impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/NetworkPkg/Udp4Dxe/Udp4Impl.h b/NetworkPkg/Udp4Dxe/Udp4Impl.h
index a5dd1ecabe..115f9ed878 100644
--- a/NetworkPkg/Udp4Dxe/Udp4Impl.h
+++ b/NetworkPkg/Udp4Dxe/Udp4Impl.h
@@ -440,7 +440,7 @@ Udp4CleanService (
);
/**
- This function intializes the new created udp instance.
+ This function initializes the new created udp instance.
@param[in] Udp4Service Pointer to the UDP4_SERVICE_DATA.
@param[in, out] Instance Pointer to the un-initialized UDP4_INSTANCE_DATA.
@@ -574,7 +574,7 @@ Udp4TokenExist (
pseudo HeadSum to reduce some overhead.
@param[in] Packet Pointer to the NET_BUF contains the udp datagram.
- @param[in] HeadSum Checksum of the pseudo header execpt the length
+ @param[in] HeadSum Checksum of the pseudo header except the length
field.
@retval The 16-bit checksum of this udp datagram.