summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiShellBcfgCommandLib
diff options
context:
space:
mode:
authorMichael D Kinney <michael.d.kinney@intel.com>2020-07-31 17:52:32 -0700
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-08-19 00:54:23 +0000
commita048af3c9073e4b8108e6cf920bbb35574059639 (patch)
treeaa30052bd8ad050cb9780fe2e98375e6bfe9fb45 /ShellPkg/Library/UefiShellBcfgCommandLib
parent53b40c9c6d108e8c0e1500a288638623fee92bca (diff)
downloadedk2-a048af3c9073e4b8108e6cf920bbb35574059639.tar.gz
edk2-a048af3c9073e4b8108e6cf920bbb35574059639.tar.bz2
edk2-a048af3c9073e4b8108e6cf920bbb35574059639.zip
ShellPkg: Fix spelling mistake for occurred
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2361 Cc: Ray Ni <ray.ni@intel.com> Cc: Zhichao Gao <zhichao.gao@intel.com> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Guomin Jiang <guomin.jiang@intel.com> Reviewed-by: Zhichao Gao <zhichao.gao@intel.com>
Diffstat (limited to 'ShellPkg/Library/UefiShellBcfgCommandLib')
-rw-r--r--ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c b/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c
index f8bcaebe46..52d90e3c97 100644
--- a/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c
+++ b/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c
@@ -84,7 +84,7 @@ typedef struct {
@param[in] Target The target of the operation.
@retval EFI_SUCCESS The data was sucessfully updated.
- @retval other A error occured.
+ @retval other A error occurred.
**/
EFI_STATUS
UpdateOptionalData(
@@ -170,7 +170,7 @@ UpdateOptionalData(
@param[in] BootIndex The boot option index to CRC.
@retval EFI_SUCCESS The CRC was sucessfully returned.
- @retval other A error occured.
+ @retval other A error occurred.
**/
EFI_STATUS
GetBootOptionCrc(