]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkUnixPkg/Dxe/UnixThunk/Bus/SimpleFileSystem/UnixSimpleFileSystem.c
Change many windows references to unix.
[mirror_edk2.git] / EdkUnixPkg / Dxe / UnixThunk / Bus / SimpleFileSystem / UnixSimpleFileSystem.c
index a1b5b32010c01602166295338a3c6f00363c7796..2a745cbdd22da7e6edf37901f883db78fbb729f8 100644 (file)
@@ -15,8 +15,8 @@ Module Name:
 \r
 Abstract:\r
 \r
-  Produce Simple File System abstractions for directories on your PC using Win32 APIs.\r
-  The configuration of what devices to mount or emulate comes from NT \r
+  Produce Simple File System abstractions for directories on your PC using Posix APIs.\r
+  The configuration of what devices to mount or emulate comes from UNIX \r
   environment variables. The variables must be visible to the Microsoft* \r
   Developer Studio for them to work.\r
 \r
@@ -1398,7 +1398,7 @@ Returns:
   return EFI_SUCCESS;
 \r
   //\r
-  // bugbug: need to access windows error reporting\r
+  // bugbug: need to access unix error reporting\r
   //\r
 }\r
 \r
@@ -2100,7 +2100,7 @@ Returns:
   return PrivateFile->UnixThunk->FSync (PrivateFile->fd) == 0 ? EFI_SUCCESS : EFI_DEVICE_ERROR;\r
 \r
   //\r
-  // bugbug: - Use Windows error reporting.\r
+  // bugbug: - Use Unix error reporting.\r
   //\r
 }\r
 \r