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>
This commit is contained in:
Shenglei Zhang 2019-07-30 16:14:54 +08:00 committed by Liming Gao
parent 83d6207f99
commit 93373079b5
2 changed files with 3 additions and 3 deletions

View File

@ -101,7 +101,7 @@ CoDCheckCapsuleOnDiskFlag(
);
/**
This routine is called to clear CapsuleOnDisk flags including OsIndications and BootNext variable
This routine is called to clear CapsuleOnDisk flags including OsIndications and BootNext variable.
@retval EFI_SUCCESS All Capsule On Disk flags are cleared

View File

@ -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.