diff options
author | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-01-07 19:31:19 +0000 |
---|---|---|
committer | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-01-07 19:31:19 +0000 |
commit | 377fc2ae7125fec78f349c1ceda0cbeb53c988c2 (patch) | |
tree | 187123e38fa0c4cbc12368ed9c4d32f5e3c2a394 /EdkUnixPkg/Include | |
parent | 6bb60d710b3e041221582400390eca5977cd9aca (diff) | |
download | edk2-platforms-377fc2ae7125fec78f349c1ceda0cbeb53c988c2.tar.xz |
Change many windows references to unix.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2186 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkUnixPkg/Include')
-rw-r--r-- | EdkUnixPkg/Include/Ppi/UnixAutoScan.h | 2 | ||||
-rw-r--r-- | EdkUnixPkg/Include/Ppi/UnixFwh.h | 2 | ||||
-rw-r--r-- | EdkUnixPkg/Include/Protocol/UnixIo.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/EdkUnixPkg/Include/Ppi/UnixAutoScan.h b/EdkUnixPkg/Include/Ppi/UnixAutoScan.h index 17a4c02b8f..0c04d8202e 100644 --- a/EdkUnixPkg/Include/Ppi/UnixAutoScan.h +++ b/EdkUnixPkg/Include/Ppi/UnixAutoScan.h @@ -43,7 +43,7 @@ Routine Description: This service is called from Index == 0 until it returns EFI_UNSUPPORTED.
It allows discontiguous memory regions to be supported by the emulator.
It uses gSystemMemory[] and gSystemMemoryCount that were created by
- parsing the Windows environment variable EFI_MEMORY_SIZE.
+ parsing the host environment variable EFI_MEMORY_SIZE.
The size comes from the varaible and the address comes from the call to
WinNtOpenFile.
diff --git a/EdkUnixPkg/Include/Ppi/UnixFwh.h b/EdkUnixPkg/Include/Ppi/UnixFwh.h index 869f4c968f..a9885a57bf 100644 --- a/EdkUnixPkg/Include/Ppi/UnixFwh.h +++ b/EdkUnixPkg/Include/Ppi/UnixFwh.h @@ -41,7 +41,7 @@ EFI_STATUS Routine Description:
Return the FD Size and base address. Since the FD is loaded from a
- file into Windows memory only the SEC will know it's address.
+ file into host memory only the SEC will know it's address.
Arguments:
Index - Which FD, starts at zero.
diff --git a/EdkUnixPkg/Include/Protocol/UnixIo.h b/EdkUnixPkg/Include/Protocol/UnixIo.h index 6b83c99fe4..2d8e9fab7d 100644 --- a/EdkUnixPkg/Include/Protocol/UnixIo.h +++ b/EdkUnixPkg/Include/Protocol/UnixIo.h @@ -36,7 +36,7 @@ extern EFI_GUID gEfiUnixIoProtocolGuid; //
// The following GUIDs are used in EFI_UNIX_IO_PROTOCOL_GUID
-// Device paths. They map 1:1 with NT envirnment variables. The variables
+// Device paths. They map 1:1 with UNIX envirnment variables. The variables
// define what virtual hardware the emulator/UnixBusDriver will produce.
//
//
|