From: Phil Edwards Date: Mon, 10 Feb 2003 20:47:04 +0000 (+0000) Subject: tree.c (build_tree_list): Fix parameter names in comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=411e27598dd82938c1b12359359f1b2351ebeb02;p=gcc.git tree.c (build_tree_list): Fix parameter names in comment. 2003-02-10 Phil Edwards * tree.c (build_tree_list): Fix parameter names in comment. From-SVN: r62653 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index dbf40b374a1..cf7897e8683 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-02-10 Phil Edwards + + * tree.c (build_tree_list): Fix parameter names in comment. + 2003-02-10 Janis Johnson * config/rs6000/ppc64-fp.c: New file. diff --git a/gcc/tree.c b/gcc/tree.c index f1549ab89db..01308595521 100644 --- a/gcc/tree.c +++ b/gcc/tree.c @@ -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