summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Include/Protocol/EfiShellEnvironment2.h
diff options
context:
space:
mode:
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 8b7c86dc24..2f826be070 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.