From baf46e70a58d125b30b62fa24a59dd321b283fdc Mon Sep 17 00:00:00 2001 From: gikidy Date: Fri, 4 Dec 2009 03:35:56 +0000 Subject: Fix some typos & format. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9515 6f19259b-4bc3-4df7-8a09-765794883524 --- IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/BootManager.c | 6 +++--- IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/BootManager.h | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr') diff --git a/IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/BootManager.c b/IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/BootManager.c index 817b2e0e0b..fdd2befe82 100644 --- a/IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/BootManager.c +++ b/IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/BootManager.c @@ -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 (); diff --git a/IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/BootManager.h b/IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/BootManager.h index 00307b6ba3..11a0bb92fe 100644 --- a/IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/BootManager.h +++ b/IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/BootManager.h @@ -54,7 +54,7 @@ typedef struct { } BOOT_MANAGER_CALLBACK_DATA; /** - 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. @@ -97,7 +97,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. -- cgit v1.2.3