]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg/Application: Fix various typos
authorAntoine Coeur <coeur@gmx.fr>
Fri, 7 Feb 2020 01:07:23 +0000 (02:07 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 10 Feb 2020 22:30:07 +0000 (22:30 +0000)
Fix various typos in documentation, comments and debug strings.

Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Hao A Wu <hao.a.wu@intel.com>
Signed-off-by: Antoine Coeur <coeur@gmx.fr>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
Message-Id: <20200207010831.9046-11-philmd@redhat.com>

MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenu.h
MdeModulePkg/Application/CapsuleApp/CapsuleApp.c
MdeModulePkg/Application/CapsuleApp/CapsuleDump.c
MdeModulePkg/Application/MemoryProfileInfo/MemoryProfileInfo.c
MdeModulePkg/Application/UiApp/FrontPageCustomizedUiSupport.c
MdeModulePkg/Application/UiApp/FrontPageCustomizedUiSupport.h

index 04c2df5666e6430f34cd6b687afd400c85d785a5..e38e87824dded87226fb8733a1ff1fe5364465ab 100644 (file)
@@ -47,7 +47,7 @@ typedef struct _BOOT_MENU_POPUP_DATA {
   EFI_STRING_ID                   HelpToken[HELP_TOKEN_COUNT];   // All of help string ID\r
   UINTN                           SelectItem;                    // Current select  item\r
   BOOT_MENU_SCREEN                MenuScreen;                    // Boot menu screen information\r
-  BOOT_MENU_SCROLL_BAR_CONTROL    ScrollBarControl;              // Boot menu scroll bar inoformation\r
+  BOOT_MENU_SCROLL_BAR_CONTROL    ScrollBarControl;              // Boot menu scroll bar information\r
 } BOOT_MENU_POPUP_DATA;\r
 \r
 #endif\r
index 3439ce5febe0e045a9dc202883abbfd171fdbe8b..40347147734b260edb25fc92105b80d67ca77e13 100644 (file)
@@ -494,7 +494,7 @@ BuildGatherList (
     }\r
 \r
     //\r
-    // Record descirptor header\r
+    // Record descriptor header\r
     //\r
     if (Index == 0) {\r
       BlockDescriptorsHeader = BlockDescriptors1;\r
index d65197b256b4ec1f858953e758382f9f4cdf4374..7e3e07238578e48b2abc7c120ba90816bc7a7bbc 100644 (file)
@@ -38,7 +38,7 @@ DumpUxCapsule (
 {\r
   EFI_DISPLAY_CAPSULE                           *DisplayCapsule;\r
   DisplayCapsule = (EFI_DISPLAY_CAPSULE *)CapsuleHeader;\r
-  Print(L"[UxCapusule]\n");\r
+  Print(L"[UxCapsule]\n");\r
   Print(L"CapsuleHeader:\n");\r
   Print(L"  CapsuleGuid      - %g\n", &DisplayCapsule->CapsuleHeader.CapsuleGuid);\r
   Print(L"  HeaderSize       - 0x%x\n", DisplayCapsule->CapsuleHeader.HeaderSize);\r
@@ -199,7 +199,7 @@ DumpCapsule (
     DumpFmpCapsule(CapsuleHeader);\r
   }\r
   if (IsNestedFmpCapsule(CapsuleHeader)) {\r
-    Print(L"[NestedCapusule]\n");\r
+    Print(L"[NestedCapsule]\n");\r
     Print(L"CapsuleHeader:\n");\r
     Print(L"  CapsuleGuid      - %g\n", &CapsuleHeader->CapsuleGuid);\r
     Print(L"  HeaderSize       - 0x%x\n", CapsuleHeader->HeaderSize);\r
index 148607db722bfb3cf8cd8faa84c0d5118fa36a37..191c31068545aeb6a073a9edf321310a49082179 100644 (file)
@@ -627,7 +627,7 @@ DumpMemoryProfileMemoryRange (
   @param[in] ProfileSize        Memory profile size.\r
   @param[in] Signature          Signature.\r
 \r
-  @return Pointer to the stucture with the signature.\r
+  @return Pointer to the structure with the signature.\r
 \r
 **/\r
 VOID *\r
index c9823e565de8c10bc9e122fc2c04c866e072ad5b..858fdfc53d788f187a0dd28ae47a7868c6096536 100644 (file)
@@ -554,7 +554,7 @@ RequiredDriver (
 \r
   @param    HiiHandle           The hii handle for the Uiapp driver.\r
   @param    ClassGuid           The class guid for the driver which is the target.\r
-  @param    SpecialHandlerFn    The pointer to the specail handler function, if any.\r
+  @param    SpecialHandlerFn    The pointer to the special handler function, if any.\r
   @param    StartOpCodeHandle   The opcode handle to save the new opcode.\r
 \r
   @retval   EFI_SUCCESS         Search the driver success\r
index 2f3ae45aaf276291022a319ea5c197fa80d496de..7be45849f965adcf78b0e070e29fc2bf02fcb105 100644 (file)
@@ -85,7 +85,7 @@ BOOLEAN
 \r
   @param    HiiHandle           The hii handle for the Uiapp driver.\r
   @param    ClassGuid           The class guid for the driver which is the target.\r
-  @param    SpecialHandlerFn      The pointer to the specail handler function, if any.\r
+  @param    SpecialHandlerFn    The pointer to the special handler function, if any.\r
   @param    StartOpCodeHandle   The opcode handle to save the new opcode.\r
 \r
   @retval   EFI_SUCCESS         Search the driver success\r