Reviewed-by: Maurice Ma <[email protected]>

-----Original Message-----
From: Gary Lin [mailto:[email protected]] 
Sent: Wednesday, October 19, 2016 12:01 AM
To: [email protected]
Cc: Ma, Maurice; Agyeman, Prince
Subject: [PATCH 03/33] CorebootPayloadPkg: Fix typos in comments

- dirver -> driver
- futhure -> future

Cc: Maurice Ma <[email protected]>
Cc: Prince Agyeman <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Gary Lin <[email protected]>
---
 CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformConsole.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformConsole.c 
b/CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformConsole.c
index 16a146f..4786170 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;
 
-- 
2.10.1

_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to