diff options
author | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-25 07:47:11 +0000 |
---|---|---|
committer | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-25 07:47:11 +0000 |
commit | 9fdeb0988cb32d5336ef0f1403c219686b8f82bd (patch) | |
tree | ee1f6b21cba54f29e994e4145854ea7a8e213dec /MdeModulePkg/Universal/Console | |
parent | 599a55a5f751f310a3201b28a1d442542f1ff54a (diff) | |
download | edk2-platforms-9fdeb0988cb32d5336ef0f1403c219686b8f82bd.tar.xz |
Correct some misleading comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7671 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/Console')
-rw-r--r-- | MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.c | 6 |
1 files changed, 3 insertions, 3 deletions
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 (
|