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:
@ -56,7 +56,7 @@ BOOT_MANAGER_CALLBACK_DATA gBootManagerPrivate = {
|
||||
};
|
||||
|
||||
/**
|
||||
This call back funtion is registered with Boot Manager formset.
|
||||
This call back function is registered with Boot Manager formset.
|
||||
When user selects a boot option, this call back function will
|
||||
be triggered. The boot option is saved for later processing.
|
||||
|
||||
@ -172,7 +172,7 @@ InitializeBootManager (
|
||||
}
|
||||
|
||||
/**
|
||||
This funtion invokees Boot Manager. If all devices have not a chance to be connected,
|
||||
This function invokes Boot Manager. If all devices have not a chance to be connected,
|
||||
the connect all will be triggered. It then enumerate all boot options. If
|
||||
a boot option from the Boot Manager page is selected, Boot Manager will boot
|
||||
from this boot option.
|
||||
@ -379,7 +379,7 @@ CallBootManager (
|
||||
}
|
||||
|
||||
//
|
||||
//Will leave browser, check any reset required change is applied? if yes, reset system
|
||||
// Will leave browser, check any reset required change is applied? if yes, reset system
|
||||
//
|
||||
SetupResetReminder ();
|
||||
|
||||
|
Reference in New Issue
Block a user