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:
committed by
mergify[bot]
parent
7636747f44
commit
02d7b79771
@@ -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);
|
||||
|
Reference in New Issue
Block a user