diff options
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/tree.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index dbf40b3..cf7897e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-02-10 Phil Edwards <pme@gcc.gnu.org> + + * tree.c (build_tree_list): Fix parameter names in comment. + 2003-02-10 Janis Johnson <janis187@us.ibm.com> * config/rs6000/ppc64-fp.c: New file. @@ -1070,7 +1070,7 @@ build_tree_list (parm, value) } /* Return a newly created TREE_LIST node whose - purpose and value fields are PARM and VALUE + purpose and value fields are PURPOSE and VALUE and whose TREE_CHAIN is CHAIN. */ tree |
