diff options
author | Antoine Coeur <coeur@gmx.fr> | 2020-02-07 02:07:57 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-02-10 22:30:07 +0000 |
commit | 68ddad3f602bf11900c5914299bdb17620f2c94f (patch) | |
tree | ea667172ae99f583d9dd92d2099fce996161b892 /NetworkPkg/Mtftp4Dxe/Mtftp4Option.h | |
parent | 5feb1fbd44bc1cea09ded439dd205f2feece2943 (diff) | |
download | edk2-68ddad3f602bf11900c5914299bdb17620f2c94f.zip edk2-68ddad3f602bf11900c5914299bdb17620f2c94f.tar.gz edk2-68ddad3f602bf11900c5914299bdb17620f2c94f.tar.bz2 |
NetworkPkg/Mtftp4Dxe: Fix various typos
Fix various typos in documentation, comments and debug 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-45-philmd@redhat.com>
Diffstat (limited to 'NetworkPkg/Mtftp4Dxe/Mtftp4Option.h')
-rw-r--r-- | NetworkPkg/Mtftp4Dxe/Mtftp4Option.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NetworkPkg/Mtftp4Dxe/Mtftp4Option.h b/NetworkPkg/Mtftp4Dxe/Mtftp4Option.h index 7bfe706..5f37b0f 100644 --- a/NetworkPkg/Mtftp4Dxe/Mtftp4Option.h +++ b/NetworkPkg/Mtftp4Dxe/Mtftp4Option.h @@ -45,7 +45,7 @@ typedef struct { @param OptionList The point to get the option array.
@retval EFI_INVALID_PARAMETER The parametera are invalid or packet isn't a
- well-formated OACK packet.
+ well-formatted OACK packet.
@retval EFI_SUCCESS The option array is build
@retval EFI_OUT_OF_RESOURCES Failed to allocate memory for the array
|