diff options
| author | Eli Zaretskii | 2012-10-27 21:20:02 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-10-27 21:20:02 +0200 |
| commit | 15cc05e98486f43b21aaf6e7428fa9f08ddd9e94 (patch) | |
| tree | a3623a3cca41f15e957aa3e1e895840f3805921f /src | |
| parent | 6c16c13ed185acf16dc8f1c6ba458f1e59328e84 (diff) | |
| download | emacs-15cc05e98486f43b21aaf6e7428fa9f08ddd9e94.tar.gz emacs-15cc05e98486f43b21aaf6e7428fa9f08ddd9e94.zip | |
Fix a typo in a comment.
Diffstat (limited to 'src')
| -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 fe3bbde167c..6accf2224c5 100644 --- a/src/w32proc.c +++ b/src/w32proc.c | |||
| @@ -262,7 +262,7 @@ static int disable_itimers; | |||
| 262 | 262 | ||
| 263 | static CRITICAL_SECTION crit_real, crit_prof; | 263 | static 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. */ |
| 266 | typedef BOOL (WINAPI *GetThreadTimes_Proc) ( | 266 | typedef BOOL (WINAPI *GetThreadTimes_Proc) ( |
| 267 | HANDLE hThread, | 267 | HANDLE hThread, |
| 268 | LPFILETIME lpCreationTime, | 268 | LPFILETIME lpCreationTime, |