diff options
author | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-12-04 03:35:56 +0000 |
---|---|---|
committer | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-12-04 03:35:56 +0000 |
commit | baf46e70a58d125b30b62fa24a59dd321b283fdc (patch) | |
tree | 95095f36c0d2ab35930d25f4ca1fc7186628662b /IntelFrameworkModulePkg/Universal/BdsDxe/BdsEntry.c | |
parent | ab4da12626934cf13fa3f7265cb220eb7f3f31fc (diff) | |
download | edk2-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.c | 4 |
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) {
|