ShellPkg: Fix typos
begining->beginning dirve->drive duplicat->duplicate fuly->fully Funciton->Function Functino->Function optioanl->optional poitners->pointers rountine->routine sucessful->successful sucessfully->successfully Signed-off-by: Page Chen <paiching_chen@apple.com> Cc: Zhichao Gao <zhichao.gao@intel.com> Cc: Andrew Fish <afish@apple.com> Message-Id: <829d2bed2a848229d719d7ae7b64ef1a47782720.1699557986.git.paiching_chen@apple.com> Reviewed-by: Zhichao Gao <zhichao.gao@intel.com>
This commit is contained in:
@ -1317,7 +1317,7 @@ Encode (
|
||||
@param[in, out] DstSize On input the size (in bytes) of DstBuffer, on
|
||||
return the number of bytes placed in DstBuffer.
|
||||
|
||||
@retval EFI_SUCCESS The compression was sucessful.
|
||||
@retval EFI_SUCCESS The compression was successful.
|
||||
@retval EFI_BUFFER_TOO_SMALL The buffer was too small. DstSize is required.
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
@ -18,7 +18,7 @@
|
||||
@param[in, out] DstSize On input the size (in bytes) of DstBuffer, on
|
||||
return the number of bytes placed in DstBuffer.
|
||||
|
||||
@retval EFI_SUCCESS The compression was sucessful.
|
||||
@retval EFI_SUCCESS The compression was successful.
|
||||
@retval EFI_BUFFER_TOO_SMALL The buffer was too small. DstSize is required.
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
@ -33,7 +33,7 @@ ShellCommandGetManFileNameDebug1 (
|
||||
@param ImageHandle the image handle of the process
|
||||
@param SystemTable the EFI System Table pointer
|
||||
|
||||
@retval EFI_SUCCESS the shell command handlers were installed sucessfully
|
||||
@retval EFI_SUCCESS the shell command handlers were installed successfully
|
||||
@retval EFI_UNSUPPORTED the shell level required was not found.
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
Reference in New Issue
Block a user