diff options
author | Eli Zaretskii <eliz@gnu.org> | 2014-06-02 20:17:55 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2014-06-02 20:17:55 +0300 |
commit | e67cf8c6518942634f5ff9915aef9923596d900b (patch) | |
tree | 224f5158e4dc39ba3548acca2d80b8c61b7ebb65 /src/w32heap.c | |
parent | 0dd0ad374ba839a268e864512886aebbe5d49dca (diff) | |
download | emacs-e67cf8c6518942634f5ff9915aef9923596d900b.tar.gz |
src/w32heap.c (init_heap): Fix typos in comments.
Diffstat (limited to 'src/w32heap.c')
-rw-r--r-- | src/w32heap.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/w32heap.c b/src/w32heap.c index c0a17551d27..a65ca2df466 100644 --- a/src/w32heap.c +++ b/src/w32heap.c @@ -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 |