summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiShellBcfgCommandLib
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/Library/UefiShellBcfgCommandLib
parenteccdab611c01aa40b6cefcfbcb4d23e54b4c0ec6 (diff)
downloadedk2-fe2abc9b74b9b869e29f0ebc6dfaa54001b53e9b.tar.gz
edk2-fe2abc9b74b9b869e29f0ebc6dfaa54001b53e9b.tar.bz2
edk2-fe2abc9b74b9b869e29f0ebc6dfaa54001b53e9b.zip
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/Library/UefiShellBcfgCommandLib')
-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