emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r102475: w32.c: Fix a typo in a comme


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102475: w32.c: Fix a typo in a comment.
Date: Mon, 22 Nov 2010 20:15:07 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102475
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Mon 2010-11-22 20:15:07 +0200
message:
   w32.c: Fix a typo in a comment.
modified:
  src/w32.c
=== modified file 'src/w32.c'
--- a/src/w32.c 2010-11-15 17:21:18 +0000
+++ b/src/w32.c 2010-11-22 18:15:07 +0000
@@ -95,7 +95,7 @@
 #include <w32api.h>
 #if !defined(__MINGW32__) || __W32API_MAJOR_VERSION < 3 || 
(__W32API_MAJOR_VERSION == 3 && __W32API_MINOR_VERSION < 15)
 /* This either is not in psapi.h or guarded by higher value of
-   _WIN32_WINNT than what we use.  w32api suplied with MinGW 3.15
+   _WIN32_WINNT than what we use.  w32api supplied with MinGW 3.15
    defines it in psapi.h  */
 typedef struct _PROCESS_MEMORY_COUNTERS_EX {
   DWORD cb;


reply via email to

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