]> git.proxmox.com Git - mirror_edk2.git/commitdiff
CorebootPayloadPkg: Fix typos in comments
authorMaurice Ma <maurice.ma@intel.com>
Tue, 8 Nov 2016 06:44:01 +0000 (22:44 -0800)
committerMaurice Ma <maurice.ma@intel.com>
Tue, 8 Nov 2016 06:44:58 +0000 (22:44 -0800)
- 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>
CorebootPayloadPkg/Library/PlatformBootManagerLib/PlatformConsole.c

index 16a146fe53f4958d0e571e67ec0ed1fd2b412a4b..4786170bb4e1fceab2436a9db7317870221cd0f1 100644 (file)
@@ -201,7 +201,7 @@ GetGopDevicePath (
   }\r
 \r
   //\r
-  // Try to connect this handle, so that GOP dirver could start on this\r
+  // Try to connect this handle, so that GOP driver could start on this\r
   // device and create child handles with GraphicsOutput Protocol installed\r
   // on them, then we get device paths of these child handles and select\r
   // them as possible console device.\r
@@ -243,7 +243,7 @@ GetGopDevicePath (
         // In current implementation, we only enable one of the child handles\r
         // as console device, i.e. sotre one of the child handle's device\r
         // path to variable "ConOut"\r
-        // In futhure, we could select all child handles to be console device\r
+        // In future, we could select all child handles to be console device\r
         //\r
         *GopDevicePath = TempDevicePath;\r
 \r