]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.c
Correct some misleading comments.
[mirror_edk2.git] / 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