diff options
author | Gary Lin <glin@suse.com> | 2016-10-19 15:01:26 +0800 |
---|---|---|
committer | Feng Tian <feng.tian@intel.com> | 2016-10-27 09:11:19 +0800 |
commit | 0a18956d54cfe70b736b029c62ce53f29b903745 (patch) | |
tree | a1f36b370a62edab9e9ed5cf3069143e19586bc3 /MdeModulePkg/Universal/SetupBrowserDxe | |
parent | 3b28e7448de6ef8ed94036bffe23c67dc20a7aff (diff) | |
download | edk2-0a18956d54cfe70b736b029c62ce53f29b903745.tar.gz |
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>
Diffstat (limited to 'MdeModulePkg/Universal/SetupBrowserDxe')
-rw-r--r-- | MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c | 8 | ||||
-rw-r--r-- | MdeModulePkg/Universal/SetupBrowserDxe/Setup.h | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c b/MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c index 6856cc5d96..0c5d1b4018 100644 --- a/MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c +++ b/MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c @@ -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 (
diff --git a/MdeModulePkg/Universal/SetupBrowserDxe/Setup.h b/MdeModulePkg/Universal/SetupBrowserDxe/Setup.h index cc9f431e3b..f1accdf841 100644 --- a/MdeModulePkg/Universal/SetupBrowserDxe/Setup.h +++ b/MdeModulePkg/Universal/SetupBrowserDxe/Setup.h @@ -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 (
|