diff options
Diffstat (limited to 'src/w32proc.c')
| -rw-r--r-- | src/w32proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32proc.c b/src/w32proc.c index d45d9879a24..a0ff96e593c 100644 --- a/src/w32proc.c +++ b/src/w32proc.c | |||
| @@ -519,7 +519,7 @@ term_timers (void) | |||
| 519 | void | 519 | void |
| 520 | init_timers (void) | 520 | init_timers (void) |
| 521 | { | 521 | { |
| 522 | /* GetThreadTimes is not avaiulable on all versions of Windows, so | 522 | /* GetThreadTimes is not available on all versions of Windows, so |
| 523 | need to probe for its availability dynamically, and call it | 523 | need to probe for its availability dynamically, and call it |
| 524 | through a pointer. */ | 524 | through a pointer. */ |
| 525 | s_pfn_Get_Thread_Times = NULL; /* in case dumped Emacs comes with a value */ | 525 | s_pfn_Get_Thread_Times = NULL; /* in case dumped Emacs comes with a value */ |