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:
Page Chen
2023-11-09 11:27:09 -08:00
committed by mergify[bot]
parent eccdab611c
commit fe2abc9b74
34 changed files with 104 additions and 104 deletions

View File

@ -79,10 +79,10 @@ typedef struct {
@param[in] Index The boot or driver option index update.
@param[in] DataSize The size in bytes of Data.
@param[in] Data The buffer for the optioanl data.
@param[in] Data The buffer for the optional data.
@param[in] Target The target of the operation.
@retval EFI_SUCCESS The data was sucessfully updated.
@retval EFI_SUCCESS The data was successfully updated.
@retval other A error occurred.
**/
EFI_STATUS
@ -172,7 +172,7 @@ UpdateOptionalData (
@param[in, out] Crc The CRC value to return.
@param[in] BootIndex The boot option index to CRC.
@retval EFI_SUCCESS The CRC was sucessfully returned.
@retval EFI_SUCCESS The CRC was successfully returned.
@retval other A error occurred.
**/
EFI_STATUS
@ -226,9 +226,9 @@ GetBootOptionCrc (
This function will populate the device path protocol parameter based on TheHandle.
@param[in] TheHandle Driver handle.
@param[in, out] FilePath On a sucessful return the device path to the handle.
@param[in, out] FilePath On a successful return the device path to the handle.
@retval EFI_SUCCESS The device path was sucessfully returned.
@retval EFI_SUCCESS The device path was successfully returned.
@retval other A error from gBS->HandleProtocol.
@sa HandleProtocol
@ -284,11 +284,11 @@ GetDevicePathForDriverHandle (
}
/**
Functino to get Device Path by a handle.
Function to get Device Path by a handle.
@param[in] TheHandle Use it to get DevicePath.
@param[in] Target Boot option target.
@param[in, out] DevicePath On a sucessful return the device path to the handle.
@param[in, out] DevicePath On a successful return the device path to the handle.
@retval SHELL_INVALID_PARAMETER The handle was NULL.
@retval SHELL_NOT_FOUND Not found device path by handle.
@ -870,7 +870,7 @@ BcfgAdd (
}
/**
Funciton to remove an item.
Function to remove an item.
@param[in] Target The target item to move.
@param[in] CurrentOrder The pointer to the current order of items.
@ -934,7 +934,7 @@ BcfgRemove (
}
/**
Funciton to move a item to another location.
Function to move a item to another location.
@param[in] Target The target item to move.
@param[in] CurrentOrder The pointer to the current order of items.
@ -1921,7 +1921,7 @@ ShellCommandGetManFileNameBcfg (
@param[in] SystemTable the EFI System Table pointer
@param[in] Name the profile name to use
@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