]> code.delx.au - gnu-emacs/commitdiff
src/w32heap.c (init_heap): Fix typos in comments.
authorEli Zaretskii <eliz@gnu.org>
Mon, 2 Jun 2014 17:17:55 +0000 (20:17 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 2 Jun 2014 17:17:55 +0000 (20:17 +0300)
src/w32heap.c

index c0a17551d27ba30b5945ce4bf3999731c98ec25b..a65ca2df4661a6cf5196ce560abbb6e3cff6cce0 100644 (file)
@@ -219,9 +219,9 @@ init_heap (void)
       unsigned long enable_lfh = 2;
 
       /* After dumping, use a new private heap.  We explicitly enable
-         the low fragmentation heap here, for the sake of pre Vista
-         versions.  Note: this will harnlessly fail on Vista and
-         later, whyere the low fragmentation heap is enabled by
+         the low fragmentation heap (LFH) here, for the sake of pre
+         Vista versions.  Note: this will harmlessly fail on Vista and
+         later, where the low-fragmentation heap is enabled by
          default.  It will also fail on pre-Vista versions when Emacs
          is run under a debugger; set _NO_DEBUG_HEAP=1 in the
          environment before starting GDB to get low fragmentation heap