X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FConsole%2FConPlatformDxe%2FConPlatform.c;fp=MdeModulePkg%2FUniversal%2FConsole%2FConPlatformDxe%2FConPlatform.c;h=bc5216dd82ee1aa6152d4c4ffe8949c0e5854950;hp=f3aa4a4fb3041c4b480befca1a036f594f6e98bd;hb=9fdeb0988cb32d5336ef0f1403c219686b8f82bd;hpb=599a55a5f751f310a3201b28a1d442542f1ff54a diff --git a/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.c b/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.c index f3aa4a4fb3..bc5216dd82 100644 --- a/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.c +++ b/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.c @@ -280,7 +280,7 @@ ConPlatformTextInDriverBindingStart ( ); // - // If the device path is successfully added to the ConIn environment variable, + // If the device path is an instance in the ConIn environment variable, // then install EfiConsoleInDeviceGuid onto ControllerHandle // Status = ConPlatformUpdateDeviceVariable ( @@ -405,7 +405,7 @@ ConPlatformTextOutDriverBindingStart ( ); // - // If the device path is successfully added to the ConOut environment variable, + // If the device path is an instance in the ConOut environment variable, // then install EfiConsoleOutDeviceGuid onto ControllerHandle // Status = ConPlatformUpdateDeviceVariable ( @@ -424,7 +424,7 @@ ConPlatformTextOutDriverBindingStart ( ); } // - // If the device path is successfully added to the ErrOut environment variable, + // If the device path is an instance in the ErrOut environment variable, // then install EfiStandardErrorDeviceGuid onto ControllerHandle // Status = ConPlatformUpdateDeviceVariable (