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>
This commit is contained in:
Antoine Coeur
2020-02-07 02:08:21 +01:00
committed by mergify[bot]
parent 6a5033ca3e
commit f16bd39441
9 changed files with 16 additions and 16 deletions

View File

@ -15,7 +15,7 @@ EFI_HII_HANDLE mTftpHiiHandle;
/*
Constant strings and definitions related to the message indicating the amount of
progress in the dowloading of a TFTP file.
progress in the downloading of a TFTP file.
*/
// Frame for the progression slider
@ -48,7 +48,7 @@ CONST CHAR16 *mLocalFilePath;
@param[out] Value UINT16 value
@return TRUE The value was returned.
@return FALSE A parsing error occured.
@return FALSE A parsing error occurred.
**/
STATIC
BOOLEAN
@ -585,7 +585,7 @@ RunTftp (
@param[out] Value UINT16 value
@return TRUE The value was returned.
@return FALSE A parsing error occured.
@return FALSE A parsing error occurred.
**/
STATIC
BOOLEAN
@ -1081,7 +1081,7 @@ CheckPacket (
}
/**
Retrive HII package list from ImageHandle and publish to HII database.
Retrieve HII package list from ImageHandle and publish to HII database.
@param ImageHandle The image handle of the process.