From: Maurice Ma Date: Tue, 8 Nov 2016 06:44:01 +0000 (-0800) Subject: CorebootPayloadPkg: Fix typos in comments X-Git-Tag: edk2-stable201903~5352 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=e7700cedd924be16d226e7175998856291e0f9e0;hp=d66f85cb5eed5c218d822204897a78bab53fc157 CorebootPayloadPkg: Fix typos in comments - dirver -> driver - futhure -> future Cc: Maurice Ma Cc: Prince Agyeman Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin Reviewed-by: Maurice Ma --- 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;