summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c
diff options
context:
space:
mode:
Diffstat (limited to 'ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c')
-rw-r--r--ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c b/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c
index 4a19794b9f..0b94d9f5a1 100644
--- a/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c
+++ b/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c
@@ -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