summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2015-12-15 16:54:32 +0100
committerCorinna Vinschen <corinna@vinschen.de>2016-06-24 21:58:46 +0200
commit81031e6850fdc09b8b2e31283d88b4209ac79dfe (patch)
treeda79b3bf95a731f2cad3dddcc12e2c1857a9324f
parent8cfa64140dde9cbe6be1ed2c4ff539de7720a00c (diff)
downloadcygnal-81031e6850fdc09b8b2e31283d88b4209ac79dfe.tar.gz
cygnal-81031e6850fdc09b8b2e31283d88b4209ac79dfe.tar.bz2
cygnal-81031e6850fdc09b8b2e31283d88b4209ac79dfe.zip
eval_start_address: Fix comment
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/cygwin/heap.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/winsup/cygwin/heap.cc b/winsup/cygwin/heap.cc
index deb4d6143..560218bb6 100644
--- a/winsup/cygwin/heap.cc
+++ b/winsup/cygwin/heap.cc
@@ -54,9 +54,9 @@ eval_start_address ()
the current TEB address as very simple test that this is a large
address aware executable.
The above test for an address beyond 0xbf000000 is supposed to
- make sure that we really have 3GB on a 32 bit system. XP and
- later support smaller large address regions, but then it's not
- that interesting for us to use it for the heap.
+ make sure that we really have 3GB on a 32 bit system. Windows
+ supports smaller large address regions, but then it's not that
+ interesting for us to use it for the heap.
If the region is big enough, the heap gets allocated at its
start. What we get are 0.999 or 1.999 Gigs of free contiguous
memory for heap, thread stacks, and shared memory regions. */