summaryrefslogtreecommitdiff
path: root/ShellPkg/Include/Protocol/EfiShellEnvironment2.h
diff options
context:
space:
mode:
authorPage Chen <paiching_chen@apple.com>2023-11-09 11:27:09 -0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2023-12-08 13:25:11 +0000
commitfe2abc9b74b9b869e29f0ebc6dfaa54001b53e9b (patch)
treebcca9e83296813a04263dbc3b1012258d62975af /ShellPkg/Include/Protocol/EfiShellEnvironment2.h
parenteccdab611c01aa40b6cefcfbcb4d23e54b4c0ec6 (diff)
downloadedk2-fe2abc9b74b9b869e29f0ebc6dfaa54001b53e9b.zip
edk2-fe2abc9b74b9b869e29f0ebc6dfaa54001b53e9b.tar.gz
edk2-fe2abc9b74b9b869e29f0ebc6dfaa54001b53e9b.tar.bz2
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>
Diffstat (limited to 'ShellPkg/Include/Protocol/EfiShellEnvironment2.h')
-rw-r--r--ShellPkg/Include/Protocol/EfiShellEnvironment2.h10
1 files changed, 5 insertions, 5 deletions
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.