aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2012-10-27 21:20:02 +0200
committerEli Zaretskii2012-10-27 21:20:02 +0200
commit15cc05e98486f43b21aaf6e7428fa9f08ddd9e94 (patch)
treea3623a3cca41f15e957aa3e1e895840f3805921f /src
parent6c16c13ed185acf16dc8f1c6ba458f1e59328e84 (diff)
downloademacs-15cc05e98486f43b21aaf6e7428fa9f08ddd9e94.tar.gz
emacs-15cc05e98486f43b21aaf6e7428fa9f08ddd9e94.zip
Fix a typo in a comment.
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,