diff options
author | Shenglei Zhang <shenglei.zhang@intel.com> | 2019-07-30 16:14:54 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2019-08-02 14:19:13 +0800 |
commit | 93373079b5f9825ee3fb6ab14f7ab9deb13bf19f (patch) | |
tree | f080e41e5c656e55378cb31cfca425d362e6ff42 /MdeModulePkg/Universal/SetupBrowserDxe | |
parent | 83d6207f99021ac9b2990fc9d66bab3cb3ae5f26 (diff) | |
download | edk2-93373079b5f9825ee3fb6ab14f7ab9deb13bf19f.tar.gz |
MdeModulePkg: Fix typos and add periods
1.Update @parm to @param in function comments in Presentation.c.
2.Add missing period (.) in some function comments.
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Hao A Wu <hao.a.wu@intel.com>
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Reviewed-by: Dandan Bi <dandan.bi@intel.com>
Diffstat (limited to 'MdeModulePkg/Universal/SetupBrowserDxe')
-rw-r--r-- | MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c b/MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c index 7c36a6f2b7..bafee4c612 100644 --- a/MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c +++ b/MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c @@ -21,9 +21,9 @@ FORM_DISPLAY_ENGINE_FORM gDisplayFormData; BOOLEAN mFinishRetrieveCall = FALSE;
/**
- Check whether the ConfigAccess protocol is available
+ Check whether the ConfigAccess protocol is available.
- @parm FormSet FormSet of which the ConfigAcces protocol need to be checked.
+ @param FormSet FormSet of which the ConfigAcces protocol need to be checked.
@retval EFI_SUCCESS The function executed successfully.
|