diff options
author | Antoine Coeur <coeur@gmx.fr> | 2020-02-07 02:07:58 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-02-10 22:30:07 +0000 |
commit | f6c8bbbe92efafc395cc760f175fd2730df26415 (patch) | |
tree | 22e0ddb1e63bd004a35787851301a201f7adebc9 /NetworkPkg/Mtftp6Dxe/Mtftp6Impl.h | |
parent | 68ddad3f602bf11900c5914299bdb17620f2c94f (diff) | |
download | edk2-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/Mtftp6Impl.h')
-rw-r--r-- | NetworkPkg/Mtftp6Dxe/Mtftp6Impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NetworkPkg/Mtftp6Dxe/Mtftp6Impl.h b/NetworkPkg/Mtftp6Dxe/Mtftp6Impl.h index 2c557b1928..321fbc1d52 100644 --- a/NetworkPkg/Mtftp6Dxe/Mtftp6Impl.h +++ b/NetworkPkg/Mtftp6Dxe/Mtftp6Impl.h @@ -179,11 +179,11 @@ EfiMtftp6GetModeData ( - This is NULL.
- MtftpConfigData.StationIp is neither zero nor one
of the configured IP addresses in the underlying IPv6 driver.
- - MtftpCofigData.ServerIp is not a valid IPv6 unicast address.
+ - MtftpConfigData.ServerIp is not a valid IPv6 unicast address.
Note: It does not match the UEFI 2.3 Specification.
@retval EFI_ACCESS_DENIED - The configuration could not be changed at this time because there
is some MTFTP background operation in progress.
- - MtftpCofigData.LocalPort is already in use.
+ - MtftpConfigData.LocalPort is already in use.
Note: It does not match the UEFI 2.3 Specification.
@retval EFI_NO_MAPPING The underlying IPv6 driver was responsible for choosing a source
address for this instance, but no source address was available for use.
|