From: Eli Zaretskii Date: Sat, 27 Oct 2012 19:20:02 +0000 (+0200) Subject: Fix a typo in a comment. X-Git-Tag: emacs-24.2.90~209^2~50 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=15cc05e98486f43b21aaf6e7428fa9f08ddd9e94;p=emacs.git Fix a typo in a comment. --- 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; static CRITICAL_SECTION crit_real, crit_prof; -/* GetThreadTimes is not available on Windows 9X and posibly also on 2K. */ +/* GetThreadTimes is not available on Windows 9X and possibly also on 2K. */ typedef BOOL (WINAPI *GetThreadTimes_Proc) ( HANDLE hThread, LPFILETIME lpCreationTime,