]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenu.c
MdeModulePkg: BootManagerMenuApp: Fix typos in comments
[mirror_edk2.git] / MdeModulePkg / Application / BootManagerMenuApp / BootManagerMenu.c
index 6481d94732cdb54a6ee1549723d616c6342e894a..6d493e1250cdffc5d1e614a450c8c066d3e0ea61 100644 (file)
@@ -57,7 +57,7 @@ PrintStringAt (
 }\r
 \r
 /**\r
-  Prints a chracter to the default console, at\r
+  Prints a character to the default console, at\r
   the supplied cursor position, using L"%c" format.\r
 \r
   @param  Column     The cursor position to print the string at.\r
@@ -79,7 +79,7 @@ PrintCharAt (
 }\r
 \r
 /**\r
-  Count the storage space of a Unicode string which uses current lanaguag to get \r
+  Count the storage space of a Unicode string which uses current language to get\r
   from input string ID.\r
 \r
   @param StringId          The input string to be counted.\r
@@ -147,7 +147,7 @@ GetLineWidth (
 /**\r
   This function uses calculate the boot menu location, size and scroll bar information.\r
 \r
-  @param  BootMenuData            The boot menu data to be proccessed.\r
+  @param  BootMenuData            The boot menu data to be processed.\r
 \r
   @return EFI_SUCCESS             calculate boot menu information successful.\r
   @retval EFI_INVALID_PARAMETER   Input parameter is invalid   \r
@@ -219,7 +219,7 @@ InitializeBootMenuScreen (
   return EFI_SUCCESS;\r
 }\r
 /**\r
-  This funciton uses check boot option is wheher setup application or no\r
+  This function uses check boot option is wheher setup application or no\r
 \r
   @param   BootOption   Pointer to EFI_BOOT_MANAGER_LOAD_OPTION array.\r
   \r
@@ -248,7 +248,7 @@ IsBootManagerMenu (
 \r
   @param BootOption  Pointer to EFI_BOOT_MANAGER_LOAD_OPTION to check.\r
 \r
-  @retval TRUE  Ignore the boot optin.\r
+  @retval TRUE  Ignore the boot option.\r
   @retval FALSE Do not ignore the boot option.\r
 **/\r
 BOOLEAN\r
@@ -286,7 +286,7 @@ IgnoreBootOption (
 }\r
 \r
 /**\r
-  This funciton uses to initialize boot menu data\r
+  This function uses to initialize boot menu data\r
 \r
   @param   BootOption             Pointer to EFI_BOOT_MANAGER_LOAD_OPTION array.\r
   @param   BootOptionCount        Number of boot option.\r
@@ -345,7 +345,7 @@ InitializeBootMenuData (
   and set current selected item in BootMenuData\r
 \r
   @param  WantSelectItem          The user wants to select item.\r
-  @param  BootMenuData            The boot menu data to be proccessed\r
+  @param  BootMenuData            The boot menu data to be processed\r
 \r
   @return EFI_SUCCESS             Highlight selected item and update current selected \r
                                   item successful \r
@@ -485,7 +485,7 @@ BootMenuSelectItem (
 }\r
 \r
 /**\r
-  This funciton uses to draw boot popup menu\r
+  This function uses to draw boot popup menu\r
 \r
   @param   BootMenuData           The Input BootMenuData to be processed.\r
   \r
@@ -644,7 +644,7 @@ DrawBootPopupMenu (
 }\r
 \r
 /**\r
-  This funciton uses to boot from selected item \r
+  This function uses to boot from selected item \r
 \r
   @param   BootOptions            Pointer to EFI_BOOT_MANAGER_LOAD_OPTION array.\r
   @param   BootOptionCount        Number of boot option.\r