diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-12-13 04:11:23 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-12-13 04:11:23 +0000 |
commit | c7bf1374eab287829a08f0ea9de1a89272473a44 (patch) | |
tree | 3ace7d8aa6d41f25c3ff3840fe7c4e81987b2a1b /gcc/ggc-zone.c | |
parent | 28fcc230ea4bc48ae72bb1c88548f54679a7f716 (diff) | |
download | gcc-c7bf1374eab287829a08f0ea9de1a89272473a44.tar.gz |
* c-typeck.c: Fix comment typos.
* calls.c: Likewise.
* cfgcleanup.c: Likewise.
* cgraph.h: Likewise.
* dwarfout.c: Likewise.
* emit-rtl.c: Likewise.
* explow.c: Likewise.
* expr.c: Likewise.
* flow.c: Likewise.
* function.c: Likewise.
* gcc.c: Likewise.
* ggc-zone.c: Likewise.
* ifcvt.c: Likewise.
* local-alloc.c: Likewise.
* predict.c: Likewise.
* pretty-print.c: Likewise.
* profile.c: Likewise.
* ra-colorize.c: Likewise.
* sched-vis.c: Likewise.
* stor-layout.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74594 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ggc-zone.c')
-rw-r--r-- | gcc/ggc-zone.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ggc-zone.c b/gcc/ggc-zone.c index a45deae212c..a709edf5931 100644 --- a/gcc/ggc-zone.c +++ b/gcc/ggc-zone.c @@ -89,7 +89,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA If we track inter-zone pointers, we can mark single zones at a time. If we have a zone where we guarantee no inter-zone pointers, we - could mark that zone seperately. + could mark that zone separately. The garbage zone should not be marked, and we should return 1 in ggc_set_mark for any object in the garbage zone, which cuts off marking quickly. */ |