summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
diff options
context:
space:
mode:
authorGary Lin <glin@suse.com>2016-10-19 15:01:21 +0800
committerFeng Tian <feng.tian@intel.com>2016-10-27 09:11:16 +0800
commit04b34efb40309b55ed9e56c294ee556001e4366f (patch)
treeed67f0f92de2697ddfe143f5424bc0ee39b9c13a /MdeModulePkg
parent1df81f6d144aad7340fda1c90f622c4b234b3492 (diff)
downloadedk2-04b34efb40309b55ed9e56c294ee556001e4366f.tar.gz
edk2-04b34efb40309b55ed9e56c294ee556001e4366f.tar.bz2
edk2-04b34efb40309b55ed9e56c294ee556001e4366f.zip
MdeModulePkg: BootManagerMenuApp: Fix typos in comments
- chracter -> character - lanaguag -> language - proccessed -> processed - optin -> option Cc: Feng Tian <feng.tian@intel.com> Cc: Star Zeng <star.zeng@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin <glin@suse.com> Reviewed-by: Feng Tian <feng.tian@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
Diffstat (limited to 'MdeModulePkg')
-rw-r--r--MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenu.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenu.c b/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenu.c
index 6481d94732..6d493e1250 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.