diff options
author | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-17 09:35:12 +0000 |
---|---|---|
committer | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-17 09:35:12 +0000 |
commit | dfe687cad590b3544e34bf25be932bdee1b5c796 (patch) | |
tree | dc4f7bc89a908ece59dc082c4a6f8323571fbcbb /MdeModulePkg/Universal/Console | |
parent | 11baadb671293259c4a235db53fdd3371b0eb817 (diff) | |
download | edk2-platforms-dfe687cad590b3544e34bf25be932bdee1b5c796.tar.xz |
Fix some typo.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7067 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/Console')
-rw-r--r-- | MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.c b/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.c index f2f7d4caec..3ba28c8ae7 100644 --- a/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.c +++ b/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.c @@ -1,5 +1,5 @@ /** @file
- Console Platfrom DXE Driver, install Console Device Guids and update Console
+ Console Platform DXE Driver, install Console Device Guids and update Console
Environment Variables.
Copyright (c) 2006 - 2008, Intel Corporation. <BR>
|