diff options
author | Antoine Cœur <coeur@gmx.fr> | 2019-02-06 23:39:35 +0800 |
---|---|---|
committer | Leif Lindholm <leif.lindholm@linaro.org> | 2019-07-04 12:20:28 +0100 |
commit | ff5fef1428dafc8f73e1f5d63966ef5c9bd8c420 (patch) | |
tree | e101e619122fa00859d5d776a026556ef7401e76 /ArmPkg/Library/PlatformBootManagerLib | |
parent | 080981d72dcbb782ad73716c439639324b0aa4dd (diff) | |
download | edk2-ff5fef1428dafc8f73e1f5d63966ef5c9bd8c420.zip edk2-ff5fef1428dafc8f73e1f5d63966ef5c9bd8c420.tar.gz edk2-ff5fef1428dafc8f73e1f5d63966ef5c9bd8c420.tar.bz2 |
ArmPkg: Fix various typos
Fix various typos in ArmPkg.
Signed-off-by: Coeur <coeur@gmx.fr>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'ArmPkg/Library/PlatformBootManagerLib')
-rw-r--r-- | ArmPkg/Library/PlatformBootManagerLib/PlatformBm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ArmPkg/Library/PlatformBootManagerLib/PlatformBm.c b/ArmPkg/Library/PlatformBootManagerLib/PlatformBm.c index 1e30f14..39b892a 100644 --- a/ArmPkg/Library/PlatformBootManagerLib/PlatformBm.c +++ b/ArmPkg/Library/PlatformBootManagerLib/PlatformBm.c @@ -650,11 +650,11 @@ HandleCapsules ( Do the platform specific action after the console is ready
Possible things that can be done in PlatformBootManagerAfterConsole:
> Console post action:
- > Dynamically switch output mode from 100x31 to 80x25 for certain senarino
+ > Dynamically switch output mode from 100x31 to 80x25 for certain scenario
> Signal console ready platform customized event
> Run diagnostics like memory testing
> Connect certain devices
- > Dispatch aditional option roms
+ > Dispatch additional option roms
> Special boot: e.g.: USB boot, enter UI
**/
VOID
|