mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
Correct some misleading comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7671 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
599a55a5f7
commit
9fdeb0988c
@ -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 (
|
||||
|
Loading…
x
Reference in New Issue
Block a user