mirror of https://github.com/acidanthera/audk.git
MdeModulePkg/Application: Fix various typos
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>
This commit is contained in:
parent
7636747f44
commit
02d7b79771
|
@ -47,7 +47,7 @@ typedef struct _BOOT_MENU_POPUP_DATA {
|
|||
EFI_STRING_ID HelpToken[HELP_TOKEN_COUNT]; // All of help string ID
|
||||
UINTN SelectItem; // Current select item
|
||||
BOOT_MENU_SCREEN MenuScreen; // Boot menu screen information
|
||||
BOOT_MENU_SCROLL_BAR_CONTROL ScrollBarControl; // Boot menu scroll bar inoformation
|
||||
BOOT_MENU_SCROLL_BAR_CONTROL ScrollBarControl; // Boot menu scroll bar information
|
||||
} BOOT_MENU_POPUP_DATA;
|
||||
|
||||
#endif
|
||||
|
|
|
@ -494,7 +494,7 @@ BuildGatherList (
|
|||
}
|
||||
|
||||
//
|
||||
// Record descirptor header
|
||||
// Record descriptor header
|
||||
//
|
||||
if (Index == 0) {
|
||||
BlockDescriptorsHeader = BlockDescriptors1;
|
||||
|
|
|
@ -38,7 +38,7 @@ DumpUxCapsule (
|
|||
{
|
||||
EFI_DISPLAY_CAPSULE *DisplayCapsule;
|
||||
DisplayCapsule = (EFI_DISPLAY_CAPSULE *)CapsuleHeader;
|
||||
Print(L"[UxCapusule]\n");
|
||||
Print(L"[UxCapsule]\n");
|
||||
Print(L"CapsuleHeader:\n");
|
||||
Print(L" CapsuleGuid - %g\n", &DisplayCapsule->CapsuleHeader.CapsuleGuid);
|
||||
Print(L" HeaderSize - 0x%x\n", DisplayCapsule->CapsuleHeader.HeaderSize);
|
||||
|
@ -199,7 +199,7 @@ DumpCapsule (
|
|||
DumpFmpCapsule(CapsuleHeader);
|
||||
}
|
||||
if (IsNestedFmpCapsule(CapsuleHeader)) {
|
||||
Print(L"[NestedCapusule]\n");
|
||||
Print(L"[NestedCapsule]\n");
|
||||
Print(L"CapsuleHeader:\n");
|
||||
Print(L" CapsuleGuid - %g\n", &CapsuleHeader->CapsuleGuid);
|
||||
Print(L" HeaderSize - 0x%x\n", CapsuleHeader->HeaderSize);
|
||||
|
|
|
@ -627,7 +627,7 @@ DumpMemoryProfileMemoryRange (
|
|||
@param[in] ProfileSize Memory profile size.
|
||||
@param[in] Signature Signature.
|
||||
|
||||
@return Pointer to the stucture with the signature.
|
||||
@return Pointer to the structure with the signature.
|
||||
|
||||
**/
|
||||
VOID *
|
||||
|
|
|
@ -554,7 +554,7 @@ RequiredDriver (
|
|||
|
||||
@param HiiHandle The hii handle for the Uiapp driver.
|
||||
@param ClassGuid The class guid for the driver which is the target.
|
||||
@param SpecialHandlerFn The pointer to the specail handler function, if any.
|
||||
@param SpecialHandlerFn The pointer to the special handler function, if any.
|
||||
@param StartOpCodeHandle The opcode handle to save the new opcode.
|
||||
|
||||
@retval EFI_SUCCESS Search the driver success
|
||||
|
|
|
@ -85,7 +85,7 @@ BOOLEAN
|
|||
|
||||
@param HiiHandle The hii handle for the Uiapp driver.
|
||||
@param ClassGuid The class guid for the driver which is the target.
|
||||
@param SpecialHandlerFn The pointer to the specail handler function, if any.
|
||||
@param SpecialHandlerFn The pointer to the special handler function, if any.
|
||||
@param StartOpCodeHandle The opcode handle to save the new opcode.
|
||||
|
||||
@retval EFI_SUCCESS Search the driver success
|
||||
|
|
Loading…
Reference in New Issue