diff options
author | Richard Stallman <rms@gnu.org> | 1993-08-04 23:18:30 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-08-04 23:18:30 +0000 |
commit | 956af06945bcc89d5c7a7382d3e47c9090a98d4c (patch) | |
tree | e13404bba4cdc7a748173296d9bd75e3e57b0155 /gcc | |
parent | 20748cab1fc34df007924fd42bc7740e418a7624 (diff) | |
download | gcc-956af06945bcc89d5c7a7382d3e47c9090a98d4c.zip gcc-956af06945bcc89d5c7a7382d3e47c9090a98d4c.tar.gz gcc-956af06945bcc89d5c7a7382d3e47c9090a98d4c.tar.bz2 |
Comment change.
From-SVN: r5072
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 () |