emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110690: Fix a typo in a comment.


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110690: Fix a typo in a comment.
Date: Sat, 27 Oct 2012 21:20:02 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110690
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sat 2012-10-27 21:20:02 +0200
message:
  Fix a typo in a comment.
modified:
  src/w32proc.c
=== modified file 'src/w32proc.c'
--- a/src/w32proc.c     2012-10-27 11:21:26 +0000
+++ b/src/w32proc.c     2012-10-27 19:20:02 +0000
@@ -262,7 +262,7 @@
 
 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,


reply via email to

[Prev in Thread] Current Thread [Next in Thread]