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

@ -507,7 +507,7 @@ VOID
This must be called after INIT_HANDLE_ENUMERATOR and before CLOSE_HANDLE_ENUMERATOR.
@param[in, out] Handle The pointer to pointer to Handle. It is set
on a sucessful return.
on a successful return.
@retval EFI_SUCCESS The next handle in the handle database is *Handle.
@retval EFI_NOT_FOUND There is not another handle.
@ -652,7 +652,7 @@ VOID
@param[in, out] ProtocolInfo The pointer to pointer to protocol information structure.
@retval EFI_SUCCESS The next protocol's information was sucessfully returned.
@retval EFI_SUCCESS The next protocol's information was successfully returned.
@retval NULL There are no more protocols.
**/
typedef
@ -684,7 +684,7 @@ EFI_STATUS
called after INIT_PROTOCOL_INFO_ENUMERATOR.
This function resets the list of protocols such that the next one in the
list is the begining of the list.
list is the beginning of the list.
**/
typedef
VOID
@ -809,7 +809,7 @@ EFI_DEVICE_PATH_PROTOCOL *
This function looks through the shell environment map for a map whose device
path matches the DevPath parameter. If one is found the Name is returned via
Name parameter. If sucessful the caller must free the memory allocated for
Name parameter. If successful the caller must free the memory allocated for
Name.
This function will use the internal lock to prevent changes to the map during
@ -817,7 +817,7 @@ EFI_DEVICE_PATH_PROTOCOL *
@param[in] DevPath The device path to search for a name for.
@param[in] ConsistMapping What state to verify map flag VAR_ID_CONSIST.
@param[out] Name On sucessful return the name of that device path.
@param[out] Name On successful return the name of that device path.
@retval EFI_SUCCESS The DevPath was found and the name returned
in Name.