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>
This commit is contained in:
Antoine Coeur
2020-02-07 02:08:03 +01:00
committed by mergify[bot]
parent dad13c8067
commit f7c4d22465
5 changed files with 14 additions and 14 deletions

View File

@@ -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.