From f6c8bbbe92efafc395cc760f175fd2730df26415 Mon Sep 17 00:00:00 2001 From: Antoine Coeur Date: Fri, 7 Feb 2020 02:07:58 +0100 Subject: NetworkPkg/Mtftp6Dxe: Fix various typos Fix various typos in documentation, comments and strings. Cc: Jiaxin Wu Cc: Siyuan Fu Cc: Maciej Rabeda Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Maciej Rabeda Signed-off-by: Philippe Mathieu-Daude Message-Id: <20200207010831.9046-46-philmd@redhat.com> --- NetworkPkg/Mtftp6Dxe/Mtftp6Option.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'NetworkPkg/Mtftp6Dxe/Mtftp6Option.c') diff --git a/NetworkPkg/Mtftp6Dxe/Mtftp6Option.c b/NetworkPkg/Mtftp6Dxe/Mtftp6Option.c index 2a83af9878..16e622c65a 100644 --- a/NetworkPkg/Mtftp6Dxe/Mtftp6Option.c +++ b/NetworkPkg/Mtftp6Dxe/Mtftp6Option.c @@ -42,7 +42,7 @@ Mtftp6ParseMcastOption ( CHAR8 *TempStr; // - // The multicast option is formated like "addr,port,mc" + // The multicast option is formatted like "addr,port,mc" // The server can also omit the ip and port, use ",,1" // if (*Str == ',') { @@ -135,7 +135,7 @@ Mtftp6ParseMcastOption ( /** - Parse the MTFTP6 extesion options. + Parse the MTFTP6 extension options. @param[in] Options The pointer to the extension options list. @param[in] Count The num of the extension options. -- cgit v1.2.3