Skip to content

Commit c0a802d

Browse files
committed
MdeModulePkg: Fix typos in CustomizedDisplayLib
`diemenstion/diemension`->`dimension` Signed-off-by: Gao Qihang <[email protected]>
1 parent d6101ac commit c0a802d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ DisplayPageFrame (
6464
return EFI_INVALID_PARAMETER;
6565
}
6666

67-
Status = ScreenDiemensionInfoValidate (FormData);
67+
Status = ScreenDimensionInfoValidate (FormData);
6868
if (EFI_ERROR (Status)) {
6969
return Status;
7070
}

MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLibInternal.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ ProcessExternedOpcode (
378378
}
379379

380380
/**
381-
Validate the input screen diemenstion info.
381+
Validate the input screen dimension info.
382382
383383
@param FormData The input form data info.
384384
@@ -387,7 +387,7 @@ ProcessExternedOpcode (
387387
388388
**/
389389
EFI_STATUS
390-
ScreenDiemensionInfoValidate (
390+
ScreenDimensionInfoValidate (
391391
IN FORM_DISPLAY_ENGINE_FORM *FormData
392392
)
393393
{

MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLibInternal.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ PrintFramework (
129129
);
130130

131131
/**
132-
Validate the input screen diemenstion info.
132+
Validate the input screen dimension info.
133133
134134
@param FormData The input form data info.
135135
@@ -138,7 +138,7 @@ PrintFramework (
138138
139139
**/
140140
EFI_STATUS
141-
ScreenDiemensionInfoValidate (
141+
ScreenDimensionInfoValidate (
142142
IN FORM_DISPLAY_ENGINE_FORM *FormData
143143
);
144144

0 commit comments

Comments
 (0)