aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-08-04 23:18:30 +0000
committerRichard Stallman <rms@gnu.org>1993-08-04 23:18:30 +0000
commit956af06945bcc89d5c7a7382d3e47c9090a98d4c (patch)
treee13404bba4cdc7a748173296d9bd75e3e57b0155 /gcc
parent20748cab1fc34df007924fd42bc7740e418a7624 (diff)
downloadgcc-956af06945bcc89d5c7a7382d3e47c9090a98d4c.zip
gcc-956af06945bcc89d5c7a7382d3e47c9090a98d4c.tar.gz
gcc-956af06945bcc89d5c7a7382d3e47c9090a98d4c.tar.bz2
Comment change.
From-SVN: r5072
Diffstat (limited to 'gcc')
-rw-r--r--gcc/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree.c b/gcc/tree.c
index 5f57d43..92fa7af 100644
--- a/gcc/tree.c
+++ b/gcc/tree.c
@@ -363,7 +363,7 @@ restore_tree_status (p)
/* Start allocating on the temporary (per function) obstack.
This is done in start_function before parsing the function body,
and before each initialization at top level, and to go back
- to temporary allocation after doing end_temporary_allocation. */
+ to temporary allocation after doing permanent_allocation. */
void
temporary_allocation ()