From 3e2c650da55ca1173f6c142f467f4b20c937c8e4 Mon Sep 17 00:00:00 2001 From: Gao Qihang Date: Wed, 7 May 2025 10:38:32 +0800 Subject: [PATCH] MdeModulePkg: Fix typos in Protocol/DisplayProtocol.h `diemenstion`->`dimension` Signed-off-by: Gao Qihang --- MdeModulePkg/Include/Protocol/DisplayProtocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdeModulePkg/Include/Protocol/DisplayProtocol.h b/MdeModulePkg/Include/Protocol/DisplayProtocol.h index be08b74b29..79a6c9d965 100644 --- a/MdeModulePkg/Include/Protocol/DisplayProtocol.h +++ b/MdeModulePkg/Include/Protocol/DisplayProtocol.h @@ -238,7 +238,7 @@ struct _FORM_DISPLAY_ENGINE_FORM { // LIST_ENTRY StatementListOSF; // - // The input screen dimenstions info. + // The input screen dimensions info. // EFI_SCREEN_DESCRIPTOR *ScreenDimensions; //