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:
parent
2b24fc41b9
commit
411e27598d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user