From fe2abc9b74b9b869e29f0ebc6dfaa54001b53e9b Mon Sep 17 00:00:00 2001 From: Page Chen Date: Thu, 9 Nov 2023 11:27:09 -0800 Subject: 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 Cc: Zhichao Gao Cc: Andrew Fish Message-Id: <829d2bed2a848229d719d7ae7b64ef1a47782720.1699557986.git.paiching_chen@apple.com> Reviewed-by: Zhichao Gao --- ShellPkg/Include/Protocol/EfiShellEnvironment2.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ShellPkg/Include/Protocol/EfiShellEnvironment2.h') diff --git a/ShellPkg/Include/Protocol/EfiShellEnvironment2.h b/ShellPkg/Include/Protocol/EfiShellEnvironment2.h index 8b7c86d..2f826be 100644 --- a/ShellPkg/Include/Protocol/EfiShellEnvironment2.h +++ b/ShellPkg/Include/Protocol/EfiShellEnvironment2.h @@ -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. -- cgit v1.1