emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r117236: src/w32heap.c (init_heap): Fix typos in com


From: Eli Zaretskii
Subject: [Emacs-diffs] trunk r117236: src/w32heap.c (init_heap): Fix typos in comments.
Date: Mon, 02 Jun 2014 17:18:07 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117236
revision-id: address@hidden
parent: address@hidden
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Mon 2014-06-02 20:17:55 +0300
message:
  src/w32heap.c (init_heap): Fix typos in comments.
modified:
  src/w32heap.c                  w32heap.c-20091113204419-o5vbwnq5f7feedwu-810
=== modified file 'src/w32heap.c'
--- a/src/w32heap.c     2014-06-02 17:08:50 +0000
+++ b/src/w32heap.c     2014-06-02 17:17:55 +0000
@@ -219,9 +219,9 @@
       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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]