summaryrefslogtreecommitdiffstats
path: root/ShellPkg/DynamicCommand/DpDynamicCommand/DpApp.c
diff options
context:
space:
mode:
authorAntoine Coeur <coeur@gmx.fr>2020-02-07 02:08:21 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-02-10 22:30:07 +0000
commitf16bd39441b9bdb112e9ee885e979f60f77430db (patch)
tree528524cf0fcab0de1fe422a49bcaae108acb1574 /ShellPkg/DynamicCommand/DpDynamicCommand/DpApp.c
parent6a5033ca3e8868a176a9671d55ad297bac385b1b (diff)
downloadedk2-f16bd39441b9bdb112e9ee885e979f60f77430db.tar.gz
edk2-f16bd39441b9bdb112e9ee885e979f60f77430db.tar.bz2
edk2-f16bd39441b9bdb112e9ee885e979f60f77430db.zip
ShellPkg/DynamicCommand: Fix various typos
Fix various typos in comments and documentation. Cc: Ray Ni <ray.ni@intel.com> Cc: Zhichao Gao <zhichao.gao@intel.com> Signed-off-by: Antoine Coeur <coeur@gmx.fr> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com> Reviewed-by: Zhichao Gao <zhichao.gao@intel.com> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com> Message-Id: <20200207010831.9046-69-philmd@redhat.com>
Diffstat (limited to 'ShellPkg/DynamicCommand/DpDynamicCommand/DpApp.c')
-rw-r--r--ShellPkg/DynamicCommand/DpDynamicCommand/DpApp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShellPkg/DynamicCommand/DpDynamicCommand/DpApp.c b/ShellPkg/DynamicCommand/DpDynamicCommand/DpApp.c
index a7cecdfe0a..b4b242a411 100644
--- a/ShellPkg/DynamicCommand/DpDynamicCommand/DpApp.c
+++ b/ShellPkg/DynamicCommand/DpDynamicCommand/DpApp.c
@@ -24,7 +24,7 @@ GLOBAL_REMOVE_IF_UNREFERENCED EFI_STRING_ID mStringHelpTokenId = STRING_TOKEN (S
@param ImageHandle The image handle of the process.
@param SystemTable The EFI System Table pointer.
- @retval EFI_SUCCESS Tftp command is executed sucessfully.
+ @retval EFI_SUCCESS Tftp command is executed successfully.
@retval EFI_ABORTED HII package was failed to initialize.
@retval others Other errors when executing tftp command.
**/