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
@ -72,7 +72,7 @@ BOOLEAN HBufferImageMouseNeedRefresh;
|
||||
Initialization function for HBufferImage
|
||||
|
||||
@retval EFI_SUCCESS The operation was successful.
|
||||
@retval EFI_LOAD_ERROR A load error occured.
|
||||
@retval EFI_LOAD_ERROR A load error occurred.
|
||||
**/
|
||||
EFI_STATUS
|
||||
HBufferImageInit (
|
||||
@ -730,7 +730,7 @@ HBufferImageRestorePosition (
|
||||
Refresh function for HBufferImage.
|
||||
|
||||
@retval EFI_SUCCESS The operation was successful.
|
||||
@retval EFI_LOAD_ERROR A Load error occured.
|
||||
@retval EFI_LOAD_ERROR A Load error occurred.
|
||||
|
||||
**/
|
||||
EFI_STATUS
|
||||
@ -1314,7 +1314,7 @@ HBufferImageDoBackspace (
|
||||
@param[in] Char The input char.
|
||||
|
||||
@retval EFI_SUCCESS The operation was successful.
|
||||
@retval EFI_LOAD_ERROR A load error occured.
|
||||
@retval EFI_LOAD_ERROR A load error occurred.
|
||||
@retval EFI_OUT_OF_RESOURCES A memory allocation failed.
|
||||
**/
|
||||
EFI_STATUS
|
||||
@ -2376,7 +2376,7 @@ HBufferImageAdjustMousePosition (
|
||||
INS
|
||||
|
||||
@retval EFI_SUCCESS The operation was successful.
|
||||
@retval EFI_LOAD_ERROR A load error occured.
|
||||
@retval EFI_LOAD_ERROR A load error occurred.
|
||||
@retval EFI_OUT_OF_RESOURCES A Memory allocation failed.
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
Reference in New Issue
Block a user