André Hentschel : kernel32: Spelling fix in a comment.

Alexandre Julliard julliard at winehq.org
Wed Jul 28 10:45:06 CDT 2010


Module: wine
Branch: master
Commit: 8d371d88d18fc3384e26633c864c60e8f517861c
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8d371d88d18fc3384e26633c864c60e8f517861c

Author: André Hentschel <nerv at dawncrow.de>
Date:   Mon Jul 26 19:44:35 2010 +0200

kernel32: Spelling fix in a comment.

---

 dlls/kernel32/heap.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/kernel32/heap.c b/dlls/kernel32/heap.c
index bdfa00b..e20f8fb 100644
--- a/dlls/kernel32/heap.c
+++ b/dlls/kernel32/heap.c
@@ -1273,7 +1273,7 @@ BOOL WINAPI GlobalMemoryStatusEx( LPMEMORYSTATUSEX lpmemex )
     /* FIXME: should do something for other systems */
     GetSystemInfo(&si);
     lpmemex->ullTotalVirtual  = (ULONG_PTR)si.lpMaximumApplicationAddress-(ULONG_PTR)si.lpMinimumApplicationAddress;
-    /* FIXME: we should track down all the already allocated VM pages and substract them, for now arbitrarily remove 64KB so that it matches NT */
+    /* FIXME: we should track down all the already allocated VM pages and subtract them, for now arbitrarily remove 64KB so that it matches NT */
     lpmemex->ullAvailVirtual  = lpmemex->ullTotalVirtual-64*1024;
 
     /* MSDN says about AvailExtendedVirtual: Size of unreserved and uncommitted




More information about the wine-cvs mailing list