]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Correct some misleading comments.
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 25 Feb 2009 07:47:11 +0000 (07:47 +0000)
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 25 Feb 2009 07:47:11 +0000 (07:47 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7671 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.c

index f3aa4a4fb3041c4b480befca1a036f594f6e98bd..bc5216dd82ee1aa6152d4c4ffe8949c0e5854950 100644 (file)
@@ -280,7 +280,7 @@ ConPlatformTextInDriverBindingStart (
       );\r
 \r
     //\r
-    // If the device path is successfully added to the ConIn environment variable,\r
+    // If the device path is an instance in the ConIn environment variable,\r
     // then install EfiConsoleInDeviceGuid onto ControllerHandle\r
     //\r
     Status = ConPlatformUpdateDeviceVariable (\r
@@ -405,7 +405,7 @@ ConPlatformTextOutDriverBindingStart (
       );\r
 \r
     //\r
-    // If the device path is successfully added to the ConOut environment variable,\r
+    // If the device path is an instance in the ConOut environment variable,\r
     // then install EfiConsoleOutDeviceGuid onto ControllerHandle\r
     //\r
     Status = ConPlatformUpdateDeviceVariable (\r
@@ -424,7 +424,7 @@ ConPlatformTextOutDriverBindingStart (
                       );\r
     }\r
     //\r
-    // If the device path is successfully added to the ErrOut environment variable,\r
+    // If the device path is an instance in the ErrOut environment variable,\r
     // then install EfiStandardErrorDeviceGuid onto ControllerHandle\r
     //\r
     Status = ConPlatformUpdateDeviceVariable (\r