From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.61]) by mx.groups.io with SMTP id smtpd.web10.8230.1575389826214407441 for ; Tue, 03 Dec 2019 08:17:06 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=CPwTw+fD; spf=pass (domain: redhat.com, ip: 205.139.110.61, mailfrom: philmd@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1575389825; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=2MXKJW0WEuB6O+6+k54ZU16H9XruLHsXoSrdFpjpOyM=; b=CPwTw+fDcrZ9dU27G4p4uyPOOuVSGIo/01oQo2kMBt7jV7u7Q/WfRaawSk5fCKhBP0dtK5 bDRURnW0U0Xntx3DjVajri1PBmGUODx2r0l8ex/mBu1pqkGnLnj40zPJnIgQUCJ3CdtcMw k4J8Q7ayUhz+3tEPOSRMy0JEqvs++58= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-202-yGyer1MKOgGuZYh8ak7xng-1; Tue, 03 Dec 2019 11:17:03 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 09C1518AAFB3; Tue, 3 Dec 2019 16:17:02 +0000 (UTC) Received: from x1w.redhat.com (ovpn-204-86.brq.redhat.com [10.40.204.86]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 5C03C60C63; Tue, 3 Dec 2019 16:17:00 +0000 (UTC) From: =?UTF-8?B?UGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= To: devel@edk2.groups.io Cc: Antoine Coeur , Jian J Wang , Hao A Wu , Philippe Mathieu-Daude Subject: [PATCH 12/79] MdeModulePkg/Application: Fix various typos Date: Tue, 3 Dec 2019 17:14:55 +0100 Message-Id: <20191203161602.15969-13-philmd@redhat.com> In-Reply-To: <20191203161602.15969-1-philmd@redhat.com> References: <20191203161602.15969-1-philmd@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-MC-Unique: yGyer1MKOgGuZYh8ak7xng-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Antoine Coeur Fix various typos in documentation, comments and debug strings. Cc: Jian J Wang Cc: Hao A Wu Signed-off-by: Coeur Signed-off-by: Philippe Mathieu-Daude --- MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenu.h | 2 +- MdeModulePkg/Application/UiApp/FrontPageCustomizedUiSupport.h | 2 +- MdeModulePkg/Application/CapsuleApp/CapsuleApp.c | 2 +- MdeModulePkg/Application/CapsuleApp/CapsuleDump.c | 4 ++-- MdeModulePkg/Application/MemoryProfileInfo/MemoryProfileInfo.c | 2 +- MdeModulePkg/Application/UiApp/FrontPageCustomizedUiSupport.c | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenu.h = b/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenu.h index 04c2df5666e6..e38e87824dde 100644 --- a/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenu.h +++ b/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenu.h @@ -47,7 +47,7 @@ typedef struct _BOOT_MENU_POPUP_DATA { EFI_STRING_ID HelpToken[HELP_TOKEN_COUNT]; // All of= help string ID UINTN SelectItem; // Curren= t select item BOOT_MENU_SCREEN MenuScreen; // Boot m= enu screen information - BOOT_MENU_SCROLL_BAR_CONTROL ScrollBarControl; // Boot m= enu scroll bar inoformation + BOOT_MENU_SCROLL_BAR_CONTROL ScrollBarControl; // Boot m= enu scroll bar information } BOOT_MENU_POPUP_DATA; =20 #endif diff --git a/MdeModulePkg/Application/UiApp/FrontPageCustomizedUiSupport.h = b/MdeModulePkg/Application/UiApp/FrontPageCustomizedUiSupport.h index 2f3ae45aaf27..7be45849f965 100644 --- a/MdeModulePkg/Application/UiApp/FrontPageCustomizedUiSupport.h +++ b/MdeModulePkg/Application/UiApp/FrontPageCustomizedUiSupport.h @@ -85,7 +85,7 @@ BOOLEAN =20 @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 funct= ion, if any. + @param SpecialHandlerFn The pointer to the special handler functio= n, if any. @param StartOpCodeHandle The opcode handle to save the new opcode. =20 @retval EFI_SUCCESS Search the driver success diff --git a/MdeModulePkg/Application/CapsuleApp/CapsuleApp.c b/MdeModulePk= g/Application/CapsuleApp/CapsuleApp.c index 3439ce5febe0..40347147734b 100644 --- a/MdeModulePkg/Application/CapsuleApp/CapsuleApp.c +++ b/MdeModulePkg/Application/CapsuleApp/CapsuleApp.c @@ -494,7 +494,7 @@ BuildGatherList ( } =20 // - // Record descirptor header + // Record descriptor header // if (Index =3D=3D 0) { BlockDescriptorsHeader =3D BlockDescriptors1; diff --git a/MdeModulePkg/Application/CapsuleApp/CapsuleDump.c b/MdeModuleP= kg/Application/CapsuleApp/CapsuleDump.c index 58a93568d013..3c293bfad84f 100644 --- a/MdeModulePkg/Application/CapsuleApp/CapsuleDump.c +++ b/MdeModulePkg/Application/CapsuleApp/CapsuleDump.c @@ -38,7 +38,7 @@ DumpUxCapsule ( { EFI_DISPLAY_CAPSULE *DisplayCapsule; DisplayCapsule =3D (EFI_DISPLAY_CAPSULE *)CapsuleHeader; - Print(L"[UxCapusule]\n"); + Print(L"[UxCapsule]\n"); Print(L"CapsuleHeader:\n"); Print(L" CapsuleGuid - %g\n", &DisplayCapsule->CapsuleHeader.Capsu= leGuid); Print(L" HeaderSize - 0x%x\n", DisplayCapsule->CapsuleHeader.Head= erSize); @@ -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); diff --git a/MdeModulePkg/Application/MemoryProfileInfo/MemoryProfileInfo.c= b/MdeModulePkg/Application/MemoryProfileInfo/MemoryProfileInfo.c index 148607db722b..191c31068545 100644 --- a/MdeModulePkg/Application/MemoryProfileInfo/MemoryProfileInfo.c +++ b/MdeModulePkg/Application/MemoryProfileInfo/MemoryProfileInfo.c @@ -627,7 +627,7 @@ DumpMemoryProfileMemoryRange ( @param[in] ProfileSize Memory profile size. @param[in] Signature Signature. =20 - @return Pointer to the stucture with the signature. + @return Pointer to the structure with the signature. =20 **/ VOID * diff --git a/MdeModulePkg/Application/UiApp/FrontPageCustomizedUiSupport.c = b/MdeModulePkg/Application/UiApp/FrontPageCustomizedUiSupport.c index c9823e565de8..858fdfc53d78 100644 --- a/MdeModulePkg/Application/UiApp/FrontPageCustomizedUiSupport.c +++ b/MdeModulePkg/Application/UiApp/FrontPageCustomizedUiSupport.c @@ -554,7 +554,7 @@ RequiredDriver ( =20 @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 functio= n, if any. + @param SpecialHandlerFn The pointer to the special handler functio= n, if any. @param StartOpCodeHandle The opcode handle to save the new opcode. =20 @retval EFI_SUCCESS Search the driver success --=20 2.21.0