diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-12-21 14:08:35 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-12-21 14:08:35 +0000 |
commit | 6614fd40d27c83df7f165257727b6a0c76585062 (patch) | |
tree | 819bfe4ccccb4c15796f3fe13761a4d89bd5599e /gcc/ggc.h | |
parent | 5b24813d3ea6e4bde2e339293cca352a13947d2b (diff) | |
download | gcc-6614fd40d27c83df7f165257727b6a0c76585062.zip gcc-6614fd40d27c83df7f165257727b6a0c76585062.tar.gz gcc-6614fd40d27c83df7f165257727b6a0c76585062.tar.bz2 |
alias.c: Fix comment formatting.
* alias.c: Fix comment formatting.
* alloc-pool.c: Likewise.
* bitmap.c: Likewise.
* bitmap.h: Likewise.
* bt-load.c: Likewise.
* c-common.c: Likewise.
* c-common.h: Likewise.
* c-decl.c: Likewise.
* c-opts.c: Likewise.
* c-pretty-print.c: Likewise.
* caller-save.c: Likewise.
* cfghooks.h: Likewise.
* cgraph.c: Likewise.
* collect2.c: Likewise.
* cppfiles.c: Likewise.
* cpplib.h: Likewise.
* dwarf2out.c: Likewise.
* dwarfout.c: Likewise.
* emit-rtl.c: Likewise.
* final.c: Likewise.
* function.c: Likewise.
* gcov.c: Likewise.
* gcse.c: Likewise.
* genemit.c: Likewise.
* ggc.h: Likewise.
* haifa-sched.c: Likewise.
* ifcvt.c: Likewise.
* libgcc2.h: Likewise.
* loop.c: Likewise.
* predict.h: Likewise.
* unwind-libunwind.c: Likewise.
* varasm.c: Likewise.
From-SVN: r74907
Diffstat (limited to 'gcc/ggc.h')
-rw-r--r-- | gcc/ggc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -213,7 +213,7 @@ extern struct alloc_zone *tree_zone; extern void *ggc_alloc (size_t); /* Allocate an object into the specified allocation zone. */ extern void *ggc_alloc_zone (size_t, struct alloc_zone *); -/* Allocate an object of the specified type and size. */ +/* Allocate an object of the specified type and size. */ extern void *ggc_alloc_typed (enum gt_types_enum, size_t); /* Like ggc_alloc, but allocates cleared memory. */ extern void *ggc_alloc_cleared (size_t); |