From 956af06945bcc89d5c7a7382d3e47c9090a98d4c Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Wed, 4 Aug 1993 23:18:30 +0000 Subject: [PATCH] Comment change. From-SVN: r5072 --- gcc/tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/tree.c b/gcc/tree.c index 5f57d4347bb..92fa7af5f85 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 () -- 2.30.2