]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a typo in a comment.
authorEli Zaretskii <eliz@gnu.org>
Sat, 27 Oct 2012 19:20:02 +0000 (21:20 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 27 Oct 2012 19:20:02 +0000 (21:20 +0200)
src/w32proc.c

index fe3bbde167c33beca4b5c262e129a3d5dec38813..6accf2224c583ca6c02a8fc77253dd1339e6f158 100644 (file)
@@ -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,