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>
This commit is contained in:
committed by
mergify[bot]
parent
53b40c9c6d
commit
a048af3c90
@ -3181,7 +3181,7 @@ ShellIsFileInPath(
|
||||
@param[in] String String representation of a number.
|
||||
|
||||
@return The unsigned integer result of the conversion.
|
||||
@retval (UINTN)(-1) An error occured.
|
||||
@retval (UINTN)(-1) An error occurred.
|
||||
**/
|
||||
UINTN
|
||||
EFIAPI
|
||||
@ -3810,7 +3810,7 @@ InternalShellHexCharToUintn (
|
||||
|
||||
@retval EFI_SUCCESS The conversion was successful.
|
||||
@retval EFI_INVALID_PARAMETER A parameter was NULL or invalid.
|
||||
@retval EFI_DEVICE_ERROR An overflow occured.
|
||||
@retval EFI_DEVICE_ERROR An overflow occurred.
|
||||
**/
|
||||
EFI_STATUS
|
||||
InternalShellStrHexToUint64 (
|
||||
@ -3911,7 +3911,7 @@ InternalShellStrHexToUint64 (
|
||||
|
||||
@retval EFI_SUCCESS The conversion was successful.
|
||||
@retval EFI_INVALID_PARAMETER A parameter was NULL or invalid.
|
||||
@retval EFI_DEVICE_ERROR An overflow occured.
|
||||
@retval EFI_DEVICE_ERROR An overflow occurred.
|
||||
**/
|
||||
EFI_STATUS
|
||||
InternalShellStrDecimalToUint64 (
|
||||
|
Reference in New Issue
Block a user