From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id B63B71A1E3E for ; Wed, 19 Oct 2016 01:21:00 -0700 (PDT) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP; 19 Oct 2016 01:21:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,513,1473145200"; d="scan'208";a="21243506" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga005.jf.intel.com with ESMTP; 19 Oct 2016 01:21:00 -0700 Received: from fmsmsx116.amr.corp.intel.com (10.18.116.20) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 19 Oct 2016 01:21:00 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx116.amr.corp.intel.com (10.18.116.20) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 19 Oct 2016 01:20:59 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.104]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.2]) with mapi id 14.03.0248.002; Wed, 19 Oct 2016 16:20:57 +0800 From: "Tian, Feng" To: Gary Lin , "edk2-devel@lists.01.org" CC: "Zeng, Star" , "Tian, Feng" Thread-Topic: [edk2] [PATCH 16/33] MdeModulePkg: BootManagerMenuApp: Fix typos in comments Thread-Index: AQHSKdbiGw9/HwlUXUOyNXxI6ypfLaCvb72w Date: Wed, 19 Oct 2016 08:20:56 +0000 Message-ID: <7F1BAD85ADEA444D97065A60D2E97EE566E3733C@SHSMSX101.ccr.corp.intel.com> References: <20161019070138.16424-1-glin@suse.com> <20161019070138.16424-17-glin@suse.com> In-Reply-To: <20161019070138.16424-17-glin@suse.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH 16/33] MdeModulePkg: BootManagerMenuApp: Fix typos in comments X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 08:21:00 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Feng Tian Thanks Feng -----Original Message----- From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Gary= Lin Sent: Wednesday, October 19, 2016 3:01 PM To: edk2-devel@lists.01.org Cc: Tian, Feng ; Zeng, Star Subject: [edk2] [PATCH 16/33] MdeModulePkg: BootManagerMenuApp: Fix typos i= n comments - chracter -> character - lanaguag -> language - proccessed -> processed - optin -> option Cc: Feng Tian Cc: Star Zeng Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin --- MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenu.c | 18 +++++++= ++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenu.c = b/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenu.c index 6481d94..6d493e1 100644 --- a/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenu.c +++ b/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenu.c @@ -57,7 +57,7 @@ PrintStringAt ( } =20 /** - Prints a chracter to the default console, at + Prints a character to the default console, at the supplied cursor position, using L"%c" format. =20 @param Column The cursor position to print the string at. @@ -79,7 +79,7 @@ PrintCharAt ( } =20 /** - Count the storage space of a Unicode string which uses current lanaguag = to get=20 + Count the storage space of a Unicode string which uses current=20 + language to get from input string ID. =20 @param StringId The input string to be counted. @@ -147,7 +147,7 @@ GetLineWidth ( /** This function uses calculate the boot menu location, size and scroll bar= information. =20 - @param BootMenuData The boot menu data to be proccessed. + @param BootMenuData The boot menu data to be processed. =20 @return EFI_SUCCESS calculate boot menu information successf= ul. @retval EFI_INVALID_PARAMETER Input parameter is invalid =20 @@ -219,7 +219,7 @@ InitializeBootMenuScreen ( return EFI_SUCCESS; } /** - This funciton uses check boot option is wheher setup application or no + This function uses check boot option is wheher setup application or=20 + no =20 @param BootOption Pointer to EFI_BOOT_MANAGER_LOAD_OPTION array. =20 @@ -248,7 +248,7 @@ IsBootManagerMenu ( =20 @param BootOption Pointer to EFI_BOOT_MANAGER_LOAD_OPTION to check. =20 - @retval TRUE Ignore the boot optin. + @retval TRUE Ignore the boot option. @retval FALSE Do not ignore the boot option. **/ BOOLEAN @@ -286,7 +286,7 @@ IgnoreBootOption ( } =20 /** - This funciton uses to initialize boot menu data + This function uses to initialize boot menu data =20 @param BootOption Pointer to EFI_BOOT_MANAGER_LOAD_OPTION = array. @param BootOptionCount Number of boot option. @@ -345,7 +345,7 @@ InitializeBootMenuData ( and set current selected item in BootMenuData =20 @param WantSelectItem The user wants to select item. - @param BootMenuData The boot menu data to be proccessed + @param BootMenuData The boot menu data to be processed =20 @return EFI_SUCCESS Highlight selected item and update curre= nt selected=20 item successful @@ -485,7 +485,7 @@ Boot= MenuSelectItem ( } =20 /** - This funciton uses to draw boot popup menu + This function uses to draw boot popup menu =20 @param BootMenuData The Input BootMenuData to be processed. =20 @@ -644,7 +644,7 @@ DrawBootPopupMenu ( } =20 /** - This funciton uses to boot from selected item=20 + This function uses to boot from selected item =20 @param BootOptions Pointer to EFI_BOOT_MANAGER_LOAD_OPTION = array. @param BootOptionCount Number of boot option. -- 2.10.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel