]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.c
Update for Meta data.
[mirror_edk2.git] / MdeModulePkg / Universal / Console / ConPlatformDxe / ConPlatform.c
index 3ba28c8ae75dbbd7dc5738b1915f4052798ca614..f3aa4a4fb3041c4b480befca1a036f594f6e98bd 100644 (file)
@@ -317,7 +317,7 @@ ConPlatformTextInDriverBindingStart (
   Device GUID on ControllerHandle.\r
 \r
   If this devcie is not one hot-plug devce, append its device path into the \r
-  console environment variables ConOutDev, StdErrDev.\r
+  console environment variables ConOutDev, ErrOutDev.\r
   \r
   @param  This                 Protocol instance pointer.\r
   @param  ControllerHandle     Handle of device to bind driver to\r
@@ -374,7 +374,7 @@ ConPlatformTextOutDriverBindingStart (
   }\r
   //\r
   // Check the device handle, if it is a hot plug device,\r
-  // do not put the device path into ConOutDev and StdErrDev,\r
+  // do not put the device path into ConOutDev and ErrOutDev,\r
   // and install gEfiConsoleOutDeviceGuid to the device handle directly.\r
   // The policy is, make hot plug device plug in and play immediately.\r
   //\r
@@ -396,7 +396,7 @@ ConPlatformTextOutDriverBindingStart (
       APPEND\r
       );\r
     //\r
-    // Then append the device path to the StdErrDev environment variable\r
+    // Then append the device path to the ErrOutDev environment variable\r
     //\r
     ConPlatformUpdateDeviceVariable (\r
       L"ErrOutDev",\r
@@ -424,7 +424,7 @@ ConPlatformTextOutDriverBindingStart (
                       );\r
     }\r
     //\r
-    // If the device path is successfully added to the StdErr environment variable,\r
+    // If the device path is successfully added to the ErrOut environment variable,\r
     // then install EfiStandardErrorDeviceGuid onto ControllerHandle\r
     //\r
     Status = ConPlatformUpdateDeviceVariable (\r
@@ -557,7 +557,7 @@ ConPlatformTextOutDriverBindingStop (
   EFI_DEVICE_PATH_PROTOCOL  *DevicePath;\r
 \r
   //\r
-  // If it is not a hot-plug device, first delete it from the ConOutDev and StdErrDev variable.\r
+  // If it is not a hot-plug device, first delete it from the ConOutDev and ErrOutDev variable.\r
   //\r
   if (!IsHotPlugDevice (This->DriverBindingHandle, ControllerHandle)) {\r
     //\r
@@ -573,7 +573,7 @@ ConPlatformTextOutDriverBindingStop (
                     );\r
     if (!EFI_ERROR (Status)) {\r
       //\r
-      // Remove DevicePath from ConOutDev, and StdErrDev\r
+      // Remove DevicePath from ConOutDev, and ErrOutDev\r
       //\r
       ConPlatformUpdateDeviceVariable (\r
         L"ConOutDev",\r
@@ -655,7 +655,7 @@ ConPlatformUnInstallProtocol (
 }\r
 \r
 /**\r
-  Get the necessary size of buffer and read the variabe.\r
+  Get the necessary size of buffer and read the variable.\r
 \r
   First get the necessary size of buffer. Then read the\r
   EFI variable (Name) and return a dynamically allocated\r
@@ -824,7 +824,7 @@ ConPlatformMatchDevicePaths (
   Update console environment variables. \r
 \r
   @param  VariableName    Console environment variables, ConOutDev, ConInDev\r
-                          StdErrDev, ConIn or ConOut.\r
+                          ErrOutDev, ConIn ,ConOut or ErrOut.\r
   @param  DevicePath      Console devcie's device path.\r
   @param  Operation       Variable operations, including APPEND, CHECK and DELETE.\r
 \r