Commit 411e2759 by Phil Edwards

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
parent 2b24fc41
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment