[project @ 2005-05-19 13:21:55 by simonmar]
[ghc-hetmet.git] / ghc / includes / TSO.h
index ce1d29c..9824888 100644 (file)
@@ -85,7 +85,7 @@ typedef StgWord32 StgThreadID;
 typedef unsigned int StgThreadReturnCode;
 
 #if defined(mingw32_HOST_OS)
-/* results from an async I/O request + it's ID. */
+/* results from an async I/O request + its request ID. */
 typedef struct {
   unsigned int reqID;
   int          len;
@@ -98,7 +98,7 @@ typedef union {
   struct StgTSO_ *tso;
   StgInt fd;   /* StgInt instead of int, so that it's the same size as the ptrs */
 #if defined(mingw32_HOST_OS)
-  StgAsyncIOResult* async_result;
+  StgAsyncIOResult *async_result;
 #endif
   StgWord target;
 } StgTSOBlockInfo;