diff options
| author | Eli Zaretskii | 2010-11-22 20:15:07 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2010-11-22 20:15:07 +0200 |
| commit | a6d3e72e37fc3c641bacc52ac3495c97f8e28e88 (patch) | |
| tree | af70c46de6462253329a536487aabcf90a3c4ece /src | |
| parent | 296a8e1909499f177b6c90094baaedfd1b0c99e8 (diff) | |
| download | emacs-a6d3e72e37fc3c641bacc52ac3495c97f8e28e88.tar.gz emacs-a6d3e72e37fc3c641bacc52ac3495c97f8e28e88.zip | |
w32.c: Fix a typo in a comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -95,7 +95,7 @@ typedef struct _MEMORY_STATUS_EX { | |||
| 95 | #include <w32api.h> | 95 | #include <w32api.h> |
| 96 | #if !defined(__MINGW32__) || __W32API_MAJOR_VERSION < 3 || (__W32API_MAJOR_VERSION == 3 && __W32API_MINOR_VERSION < 15) | 96 | #if !defined(__MINGW32__) || __W32API_MAJOR_VERSION < 3 || (__W32API_MAJOR_VERSION == 3 && __W32API_MINOR_VERSION < 15) |
| 97 | /* This either is not in psapi.h or guarded by higher value of | 97 | /* This either is not in psapi.h or guarded by higher value of |
| 98 | _WIN32_WINNT than what we use. w32api suplied with MinGW 3.15 | 98 | _WIN32_WINNT than what we use. w32api supplied with MinGW 3.15 |
| 99 | defines it in psapi.h */ | 99 | defines it in psapi.h */ |
| 100 | typedef struct _PROCESS_MEMORY_COUNTERS_EX { | 100 | typedef struct _PROCESS_MEMORY_COUNTERS_EX { |
| 101 | DWORD cb; | 101 | DWORD cb; |