aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32proc.c b/src/w32proc.c
index fe3bbde167c..6accf2224c5 100644
--- a/src/w32proc.c
+++ b/src/w32proc.c
@@ -262,7 +262,7 @@ static int disable_itimers;
262 262
263static CRITICAL_SECTION crit_real, crit_prof; 263static CRITICAL_SECTION crit_real, crit_prof;
264 264
265/* GetThreadTimes is not available on Windows 9X and posibly also on 2K. */ 265/* GetThreadTimes is not available on Windows 9X and possibly also on 2K. */
266typedef BOOL (WINAPI *GetThreadTimes_Proc) ( 266typedef BOOL (WINAPI *GetThreadTimes_Proc) (
267 HANDLE hThread, 267 HANDLE hThread,
268 LPFILETIME lpCreationTime, 268 LPFILETIME lpCreationTime,