diff options
Diffstat (limited to 'EdkUnixPkg/Pei')
-rw-r--r-- | EdkUnixPkg/Pei/AutoScan/UnixAutoScan.c | 2 | ||||
-rw-r--r-- | EdkUnixPkg/Pei/BootMode/BootMode.c | 2 | ||||
-rw-r--r-- | EdkUnixPkg/Pei/UnixStuff/UnixStuff.msa | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/EdkUnixPkg/Pei/AutoScan/UnixAutoScan.c b/EdkUnixPkg/Pei/AutoScan/UnixAutoScan.c index 35c61affda..6fd4a97dcf 100644 --- a/EdkUnixPkg/Pei/AutoScan/UnixAutoScan.c +++ b/EdkUnixPkg/Pei/AutoScan/UnixAutoScan.c @@ -53,7 +53,7 @@ Returns: DEBUG ((EFI_D_ERROR, "Unix Autoscan PEIM Loaded\n"));
//
- // Get the PEI NT Autoscan PPI
+ // Get the PEI UNIX Autoscan PPI
//
Status = (**PeiServices).LocatePpi (
PeiServices,
diff --git a/EdkUnixPkg/Pei/BootMode/BootMode.c b/EdkUnixPkg/Pei/BootMode/BootMode.c index b368dc1f39..b18d1519d7 100644 --- a/EdkUnixPkg/Pei/BootMode/BootMode.c +++ b/EdkUnixPkg/Pei/BootMode/BootMode.c @@ -15,7 +15,7 @@ Module Name: Abstract:
- Tiano PEIM to provide the platform support functionality within Windows
+ Tiano PEIM to provide the platform support functionality within unix
--*/
diff --git a/EdkUnixPkg/Pei/UnixStuff/UnixStuff.msa b/EdkUnixPkg/Pei/UnixStuff/UnixStuff.msa index d7760bc82a..889d98d8ec 100644 --- a/EdkUnixPkg/Pei/UnixStuff/UnixStuff.msa +++ b/EdkUnixPkg/Pei/UnixStuff/UnixStuff.msa @@ -7,7 +7,7 @@ <Version>1.0</Version>
<Abstract>Stuff driver</Abstract>
<Description>
- Tiano PEIM to abstract construction of firmware volume in a Windows NT environment.
+ Tiano PEIM to abstract construction of firmware volume in a Unix environment.
</Description>
<Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
<License>All rights reserved. This program and the accompanying materials
|