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
@ -33,7 +33,7 @@ HLineFree (
|
||||
|
||||
@param[in] Count The line number to advance.
|
||||
|
||||
@retval NULL An error occured.
|
||||
@retval NULL An error occurred.
|
||||
@return A pointer to the line after advance.
|
||||
**/
|
||||
HEFI_EDITOR_LINE *
|
||||
@ -68,7 +68,7 @@ HLineAdvance (
|
||||
|
||||
@param[in] Count The line number to retreat.
|
||||
|
||||
@retval NULL An error occured.
|
||||
@retval NULL An error occurred.
|
||||
@return A pointer to the line after retreat.
|
||||
**/
|
||||
HEFI_EDITOR_LINE *
|
||||
@ -105,7 +105,7 @@ HLineRetreat (
|
||||
>0 : advance
|
||||
<0: retreat
|
||||
|
||||
@retval NULL An error occured.
|
||||
@retval NULL An error occurred.
|
||||
@return A pointer to the line after move.
|
||||
**/
|
||||
HEFI_EDITOR_LINE *
|
||||
@ -138,7 +138,7 @@ HMoveLine (
|
||||
>0 : advance
|
||||
<0: retreat
|
||||
|
||||
@retval NULL An error occured.
|
||||
@retval NULL An error occurred.
|
||||
@return A pointer to the line after move.
|
||||
**/
|
||||
HEFI_EDITOR_LINE *
|
||||
|
Reference in New Issue
Block a user