diff options
| author | Paul Eggert | 2012-10-31 12:23:06 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-10-31 12:23:06 -0700 |
| commit | 5c6ce1c7d035ad412e9bdec6cf385c06ffd5680e (patch) | |
| tree | 89d38a3730a42e95937460717f72f248a708047e /src/w32proc.c | |
| parent | 322aea6ddf7ec7fd71410d98ec1de69f219aff3e (diff) | |
| download | emacs-5c6ce1c7d035ad412e9bdec6cf385c06ffd5680e.tar.gz emacs-5c6ce1c7d035ad412e9bdec6cf385c06ffd5680e.zip | |
Spelling fixes.
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 */ |