aboutsummaryrefslogtreecommitdiff
path: root/gcc/ggc-zone.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@gcc.gnu.org>2003-11-21 06:52:23 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-11-21 06:52:23 +0000
commitd91edf86b0cb904a88fc086d9580fcfa8ee53d3f (patch)
tree0d4b948f3cd1c5a953e88b9bfe820b459208b6a4 /gcc/ggc-zone.c
parent9313cfddf9b1c7f3b9c6e19815fdfa37ec1a5b43 (diff)
downloadgcc-d91edf86b0cb904a88fc086d9580fcfa8ee53d3f.zip
gcc-d91edf86b0cb904a88fc086d9580fcfa8ee53d3f.tar.gz
gcc-d91edf86b0cb904a88fc086d9580fcfa8ee53d3f.tar.bz2
ChangeLog.7: Fix comment typos.
* ChangeLog.7: Fix comment typos. * c-common.c: Likewise. * c-pretty-print.c: Likewise. * cgraphunit.c: Likewise. * et-forest.h: Likewise. * expr.c: Likewise. * gcse.c: Likewise. * genautomata.c: Likewise. * genrecog.c: Likewise. * gensupport.c: Likewise. * ggc-zone.c: Likewise. * haifa-sched.c: Likewise. * ifcvt.c: Likewise. * loop.c: Likewise. * optabs.c: Likewise. * pretty-print.h: Likewise. * regrename.c: Likewise. * rtl.h: Likewise. * sched-rgn.c: Likewise. * target.h: Likewise. * value-prof.c: Likewise. * web.c: Likewise. From-SVN: r73795
Diffstat (limited to 'gcc/ggc-zone.c')
-rw-r--r--gcc/ggc-zone.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ggc-zone.c b/gcc/ggc-zone.c
index 2b9c45d..dbca761 100644
--- a/gcc/ggc-zone.c
+++ b/gcc/ggc-zone.c
@@ -1001,7 +1001,7 @@ ggc_alloc_zone_1 (size_t size, struct alloc_zone *zone, short type)
return result;
}
-/* Allocate a SIZE of chunk memory of GTE type, into an approriate zone
+/* Allocate a SIZE of chunk memory of GTE type, into an appropriate zone
for that type. */
void *
@@ -1288,7 +1288,7 @@ sweep_pages (struct alloc_zone *zone)
}
/* Large pages are all or none affairs. Either they are
- completely empty, or they are completeley full.
+ completely empty, or they are completely full.
Thus, if the above didn't catch it, we need not do anything
except remove the mark and reset the bytes_free.