tree.c (build_tree_list): Fix parameter names in comment.

2003-02-10  Phil Edwards  <pme@gcc.gnu.org>

	* tree.c (build_tree_list):  Fix parameter names in comment.

From-SVN: r62653
This commit is contained in:
Phil Edwards 2003-02-10 20:47:04 +00:00
parent 2b24fc41b9
commit 411e27598d
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View 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