summaryrefslogtreecommitdiff
path: root/IntelFrameworkModulePkg/Universal/BdsDxe/BdsEntry.c
diff options
context:
space:
mode:
authorgikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2009-12-04 03:35:56 +0000
committergikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2009-12-04 03:35:56 +0000
commitbaf46e70a58d125b30b62fa24a59dd321b283fdc (patch)
tree95095f36c0d2ab35930d25f4ca1fc7186628662b /IntelFrameworkModulePkg/Universal/BdsDxe/BdsEntry.c
parentab4da12626934cf13fa3f7265cb220eb7f3f31fc (diff)
downloadedk2-platforms-baf46e70a58d125b30b62fa24a59dd321b283fdc.tar.xz
Fix some typos & format.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9515 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Universal/BdsDxe/BdsEntry.c')
-rw-r--r--IntelFrameworkModulePkg/Universal/BdsDxe/BdsEntry.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/IntelFrameworkModulePkg/Universal/BdsDxe/BdsEntry.c b/IntelFrameworkModulePkg/Universal/BdsDxe/BdsEntry.c
index d671c1ea38..58382cf5a2 100644
--- a/IntelFrameworkModulePkg/Universal/BdsDxe/BdsEntry.c
+++ b/IntelFrameworkModulePkg/Universal/BdsDxe/BdsEntry.c
@@ -191,7 +191,7 @@ BdsBootDeviceSelect (
//
if (!IS_LOAD_OPTION_TYPE (BootOption->Attribute, LOAD_OPTION_ACTIVE)) {
//
- // skip the header of the link list, becuase it has no boot option
+ // skip the header of the link list, because it has no boot option
//
Link = Link->ForwardLink;
continue;
@@ -239,7 +239,7 @@ BdsBootDeviceSelect (
PlatformBdsEnterFrontPage (Timeout, FALSE);
//
- // Rescan the boot option list, avoid pertential risk of the boot
+ // Rescan the boot option list, avoid potential risk of the boot
// option change in front page
//
if (BootNextExist) {