kernel32: Spelling fix in a comment.
authorAndré Hentschel <nerv@dawncrow.de>
Mon, 26 Jul 2010 17:44:35 +0000 (19:44 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 28 Jul 2010 12:01:53 +0000 (14:01 +0200)
dlls/kernel32/heap.c

index bdfa00bacc44e700902967d72d290473a0b76714..e20f8fb7cd434816c0b5bd90aa2c12a9894634c6 100644 (file)
@@ -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