Fix some typos & format.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9515 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
gikidy
2009-12-04 03:35:56 +00:00
parent ab4da12626
commit baf46e70a5
7 changed files with 17 additions and 17 deletions

View File

@ -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) {