summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/BootManager.c
diff options
context:
space:
mode:
Diffstat (limited to 'IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/BootManager.c')
-rw-r--r--IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/BootManager.c6
1 files changed, 3 insertions, 3 deletions
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 ();