diff options
author | Maurice Ma <maurice.ma@intel.com> | 2016-11-07 22:44:01 -0800 |
---|---|---|
committer | Maurice Ma <maurice.ma@intel.com> | 2016-11-07 22:44:58 -0800 |
commit | e7700cedd924be16d226e7175998856291e0f9e0 (patch) | |
tree | 29c73b3171b5d85e49dec760446ebc20825d3689 /CorebootPayloadPkg/Library | |
parent | d66f85cb5eed5c218d822204897a78bab53fc157 (diff) | |
download | edk2-e7700cedd924be16d226e7175998856291e0f9e0.tar.gz edk2-e7700cedd924be16d226e7175998856291e0f9e0.tar.bz2 edk2-e7700cedd924be16d226e7175998856291e0f9e0.zip |
CorebootPayloadPkg: Fix typos in comments
- dirver -> driver
- futhure -> future
Cc: Maurice Ma <maurice.ma@intel.com>
Cc: Prince Agyeman <prince.agyeman@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Gary Lin <glin@suse.com>
Reviewed-by: Maurice Ma <maurice.ma@intel.com>
Diffstat (limited to 'CorebootPayloadPkg/Library')
-rw-r--r-- | CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformConsole.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformConsole.c b/CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformConsole.c index 16a146fe53..4786170bb4 100644 --- a/CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformConsole.c +++ b/CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformConsole.c @@ -201,7 +201,7 @@ GetGopDevicePath ( }
//
- // Try to connect this handle, so that GOP dirver could start on this
+ // Try to connect this handle, so that GOP driver could start on this
// device and create child handles with GraphicsOutput Protocol installed
// on them, then we get device paths of these child handles and select
// them as possible console device.
@@ -243,7 +243,7 @@ GetGopDevicePath ( // In current implementation, we only enable one of the child handles
// as console device, i.e. sotre one of the child handle's device
// path to variable "ConOut"
- // In futhure, we could select all child handles to be console device
+ // In future, we could select all child handles to be console device
//
*GopDevicePath = TempDevicePath;
|