File tree 3 files changed +5
-5
lines changed
MdeModulePkg/Library/CustomizedDisplayLib
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ DisplayPageFrame (
64
64
return EFI_INVALID_PARAMETER ;
65
65
}
66
66
67
- Status = ScreenDiemensionInfoValidate (FormData );
67
+ Status = ScreenDimensionInfoValidate (FormData );
68
68
if (EFI_ERROR (Status )) {
69
69
return Status ;
70
70
}
Original file line number Diff line number Diff line change @@ -378,7 +378,7 @@ ProcessExternedOpcode (
378
378
}
379
379
380
380
/**
381
- Validate the input screen diemenstion info.
381
+ Validate the input screen dimension info.
382
382
383
383
@param FormData The input form data info.
384
384
@@ -387,7 +387,7 @@ ProcessExternedOpcode (
387
387
388
388
**/
389
389
EFI_STATUS
390
- ScreenDiemensionInfoValidate (
390
+ ScreenDimensionInfoValidate (
391
391
IN FORM_DISPLAY_ENGINE_FORM * FormData
392
392
)
393
393
{
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ PrintFramework (
129
129
);
130
130
131
131
/**
132
- Validate the input screen diemenstion info.
132
+ Validate the input screen dimension info.
133
133
134
134
@param FormData The input form data info.
135
135
@@ -138,7 +138,7 @@ PrintFramework (
138
138
139
139
**/
140
140
EFI_STATUS
141
- ScreenDiemensionInfoValidate (
141
+ ScreenDimensionInfoValidate (
142
142
IN FORM_DISPLAY_ENGINE_FORM * FormData
143
143
);
144
144
You can’t perform that action at this time.
0 commit comments