summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/Mtftp6Dxe/Mtftp6Support.h
diff options
context:
space:
mode:
authorAntoine Coeur <coeur@gmx.fr>2020-02-07 02:07:58 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-02-10 22:30:07 +0000
commitf6c8bbbe92efafc395cc760f175fd2730df26415 (patch)
tree22e0ddb1e63bd004a35787851301a201f7adebc9 /NetworkPkg/Mtftp6Dxe/Mtftp6Support.h
parent68ddad3f602bf11900c5914299bdb17620f2c94f (diff)
downloadedk2-f6c8bbbe92efafc395cc760f175fd2730df26415.tar.gz
edk2-f6c8bbbe92efafc395cc760f175fd2730df26415.tar.bz2
edk2-f6c8bbbe92efafc395cc760f175fd2730df26415.zip
NetworkPkg/Mtftp6Dxe: Fix various typos
Fix various typos in documentation, comments and strings. 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-46-philmd@redhat.com>
Diffstat (limited to 'NetworkPkg/Mtftp6Dxe/Mtftp6Support.h')
-rw-r--r--NetworkPkg/Mtftp6Dxe/Mtftp6Support.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/NetworkPkg/Mtftp6Dxe/Mtftp6Support.h b/NetworkPkg/Mtftp6Dxe/Mtftp6Support.h
index 5712601fc3..2b8a58f9de 100644
--- a/NetworkPkg/Mtftp6Dxe/Mtftp6Support.h
+++ b/NetworkPkg/Mtftp6Dxe/Mtftp6Support.h
@@ -334,7 +334,7 @@ Mtftp6RrqInput (
/**
Start the Mtftp6 instance to download. It first initializes some
- of the internal states then builds and sends an RRQ reqeuest packet.
+ of the internal states then builds and sends an RRQ request packet.
Finally, it starts receive for the downloading.
@param[in] Instance The pointer to the Mtftp6 instance.