mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
MdeModulePkg: Fix typos in CustomizedDisplayLib
`diemenstion/diemension`->`dimension` Signed-off-by: Gao Qihang <gaoqihang@loongson.cn>
This commit is contained in:
parent
8809497094
commit
fc1b9c828d
3 changed files with 5 additions and 5 deletions
|
|
@ -64,7 +64,7 @@ DisplayPageFrame (
|
|||
return EFI_INVALID_PARAMETER;
|
||||
}
|
||||
|
||||
Status = ScreenDiemensionInfoValidate (FormData);
|
||||
Status = ScreenDimensionInfoValidate (FormData);
|
||||
if (EFI_ERROR (Status)) {
|
||||
return Status;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -378,7 +378,7 @@ ProcessExternedOpcode (
|
|||
}
|
||||
|
||||
/**
|
||||
Validate the input screen diemenstion info.
|
||||
Validate the input screen dimension info.
|
||||
|
||||
@param FormData The input form data info.
|
||||
|
||||
|
|
@ -387,7 +387,7 @@ ProcessExternedOpcode (
|
|||
|
||||
**/
|
||||
EFI_STATUS
|
||||
ScreenDiemensionInfoValidate (
|
||||
ScreenDimensionInfoValidate (
|
||||
IN FORM_DISPLAY_ENGINE_FORM *FormData
|
||||
)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -129,7 +129,7 @@ PrintFramework (
|
|||
);
|
||||
|
||||
/**
|
||||
Validate the input screen diemenstion info.
|
||||
Validate the input screen dimension info.
|
||||
|
||||
@param FormData The input form data info.
|
||||
|
||||
|
|
@ -138,7 +138,7 @@ PrintFramework (
|
|||
|
||||
**/
|
||||
EFI_STATUS
|
||||
ScreenDiemensionInfoValidate (
|
||||
ScreenDimensionInfoValidate (
|
||||
IN FORM_DISPLAY_ENGINE_FORM *FormData
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue