aboutsummaryrefslogtreecommitdiff
path: root/gcc/ggc-zone.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@gcc.gnu.org>2003-12-13 00:23:51 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-12-13 00:23:51 +0000
commit5c425df517aa58c80c83dbe68052df7a68337523 (patch)
tree816a4ce1a5b4e54f3860d8775d52a63f0db6d389 /gcc/ggc-zone.c
parent7764b8fa5349494e02ad34ce7239790c47c50601 (diff)
downloadgcc-5c425df517aa58c80c83dbe68052df7a68337523.zip
gcc-5c425df517aa58c80c83dbe68052df7a68337523.tar.gz
gcc-5c425df517aa58c80c83dbe68052df7a68337523.tar.bz2
ggc-zone.c: Follow spelling conventions.
* ggc-zone.c: Follow spelling conventions. * config/rs6000/rs6000.c: Likewise. * pt.c: Likewise. * semantics.c: Likewise. * objc/objc-act.c: Likewise. From-SVN: r74590
Diffstat (limited to 'gcc/ggc-zone.c')
-rw-r--r--gcc/ggc-zone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ggc-zone.c b/gcc/ggc-zone.c
index 4aee638..ced786b 100644
--- a/gcc/ggc-zone.c
+++ b/gcc/ggc-zone.c
@@ -268,7 +268,7 @@ typedef struct page_entry
#endif
/* Number of bytes on the page unallocated. Only used during
- collection, and even then large pages merely set this non-zero. */
+ collection, and even then large pages merely set this nonzero. */
size_t bytes_free;
/* Context depth of this page. */