From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.nue.novell.com (smtp.nue.novell.com [195.135.221.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 90FDC1A1E60 for ; Wed, 19 Oct 2016 00:03:04 -0700 (PDT) Received: from GaryWorkstation.apac.novell.com (ip-203-192-156-9.asianetcom.net [203.192.156.9]) by smtp.nue.novell.com with ESMTP (NOT encrypted); Wed, 19 Oct 2016 09:03:00 +0200 From: Gary Lin To: edk2-devel@lists.01.org Cc: Feng Tian , Star Zeng Date: Wed, 19 Oct 2016 15:01:21 +0800 Message-Id: <20161019070138.16424-17-glin@suse.com> X-Mailer: git-send-email 2.10.1 In-Reply-To: <20161019070138.16424-1-glin@suse.com> References: <20161019070138.16424-1-glin@suse.com> Subject: [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 07:03:05 -0000 - 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 ( } /** - Prints a chracter to the default console, at + Prints a character to the default console, at the supplied cursor position, using L"%c" format. @param Column The cursor position to print the string at. @@ -79,7 +79,7 @@ PrintCharAt ( } /** - Count the storage space of a Unicode string which uses current lanaguag to get + Count the storage space of a Unicode string which uses current language to get from input string ID. @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. - @param BootMenuData The boot menu data to be proccessed. + @param BootMenuData The boot menu data to be processed. @return EFI_SUCCESS calculate boot menu information successful. @retval EFI_INVALID_PARAMETER Input parameter is invalid @@ -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 no @param BootOption Pointer to EFI_BOOT_MANAGER_LOAD_OPTION array. @@ -248,7 +248,7 @@ IsBootManagerMenu ( @param BootOption Pointer to EFI_BOOT_MANAGER_LOAD_OPTION to check. - @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 ( } /** - This funciton uses to initialize boot menu data + This function uses to initialize boot menu data @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 @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 @return EFI_SUCCESS Highlight selected item and update current selected item successful @@ -485,7 +485,7 @@ BootMenuSelectItem ( } /** - This funciton uses to draw boot popup menu + This function uses to draw boot popup menu @param BootMenuData The Input BootMenuData to be processed. @@ -644,7 +644,7 @@ DrawBootPopupMenu ( } /** - This funciton uses to boot from selected item + This function uses to boot from selected item @param BootOptions Pointer to EFI_BOOT_MANAGER_LOAD_OPTION array. @param BootOptionCount Number of boot option. -- 2.10.1