summaryrefslogtreecommitdiff
path: root/rts/win32/AsyncWinIO.c
diff options
context:
space:
mode:
Diffstat (limited to 'rts/win32/AsyncWinIO.c')
-rw-r--r--rts/win32/AsyncWinIO.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/win32/AsyncWinIO.c b/rts/win32/AsyncWinIO.c
index fa397c343d..2c15dbad5a 100644
--- a/rts/win32/AsyncWinIO.c
+++ b/rts/win32/AsyncWinIO.c
@@ -373,7 +373,7 @@ void registerAlertableWait (bool has_timeout, DWORD mssec)
}
/* Exported callback function that will be called by the RTS to collect the
- finished overlapped entried belonging to the completed I/O requests. The
+ finished overlapped entries belonging to the completed I/O requests. The
number of read entries will be returned in NUM.
NOTE: This function isn't thread safe, but is intended to be called only