MdeModulePkg/Universal: Fix typos in comments
- stardard -> standard - doule -> double - defalut -> default - Pacakge -> Package - globa -> global - responsiblity -> responsibility - outputed -> outputted - specifiecd -> specified - Resuts -> Results - the a -> a - suported -> supported - assocated -> associated - TURE -> TRUE - successfull -> successfully - excute -> execute - reseting -> resetting - Retrive -> Retrieve - funciton -> function - paramter -> parameter - dependecy -> dependency - boundry -> boundary - permenantly -> permanently Cc: Feng Tian <feng.tian@intel.com> Cc: Star Zeng <star.zeng@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin <glin@suse.com> Reviewed-by: Feng Tian <feng.tian@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
@@ -1937,8 +1937,8 @@ ReconnectController (
|
||||
@param Action The action request.
|
||||
@param SkipSaveOrDiscard Whether skip save or discard action.
|
||||
|
||||
@retval EFI_SUCCESS The call back function excutes successfully.
|
||||
@return Other value if the call back function failed to excute.
|
||||
@retval EFI_SUCCESS The call back function executes successfully.
|
||||
@return Other value if the call back function failed to execute.
|
||||
**/
|
||||
EFI_STATUS
|
||||
ProcessCallBackFunction (
|
||||
@@ -2247,8 +2247,8 @@ ProcessCallBackFunction (
|
||||
@param Statement The Question which need to call.
|
||||
@param FormSet The formset this question belong to.
|
||||
|
||||
@retval EFI_SUCCESS The call back function excutes successfully.
|
||||
@return Other value if the call back function failed to excute.
|
||||
@retval EFI_SUCCESS The call back function executes successfully.
|
||||
@return Other value if the call back function failed to execute.
|
||||
**/
|
||||
EFI_STATUS
|
||||
ProcessRetrieveForQuestion (
|
||||
|
@@ -1222,8 +1222,8 @@ IsNvUpdateRequiredForFormSet (
|
||||
@param Action The action request.
|
||||
@param SkipSaveOrDiscard Whether skip save or discard action.
|
||||
|
||||
@retval EFI_SUCCESS The call back function excutes successfully.
|
||||
@return Other value if the call back function failed to excute.
|
||||
@retval EFI_SUCCESS The call back function executes successfully.
|
||||
@return Other value if the call back function failed to execute.
|
||||
**/
|
||||
EFI_STATUS
|
||||
ProcessCallBackFunction (
|
||||
@@ -1245,8 +1245,8 @@ ProcessCallBackFunction (
|
||||
@param Statement The Question which need to call.
|
||||
@param FormSet The formset this question belong to.
|
||||
|
||||
@retval EFI_SUCCESS The call back function excutes successfully.
|
||||
@return Other value if the call back function failed to excute.
|
||||
@retval EFI_SUCCESS The call back function executes successfully.
|
||||
@return Other value if the call back function failed to execute.
|
||||
**/
|
||||
EFI_STATUS
|
||||
ProcessRetrieveForQuestion (
|
||||
|
Reference in New Issue
Block a user