diff options
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) {
|