# HG changeset patch # User Eli Zaretskii # Date 1290449707 -7200 # Node ID eb37755b55e82763df78f6180f4daa820fcc9322 # Parent 7e7ce061dbb14bb487e59dad5b01e9e10870367e w32.c: Fix a typo in a comment. diff -r 7e7ce061dbb1 -r eb37755b55e8 src/w32.c --- a/src/w32.c Mon Nov 22 13:00:40 2010 -0500 +++ b/src/w32.c Mon Nov 22 20:15:07 2010 +0200 @@ -95,7 +95,7 @@ #include #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;