* lists.c (free_list): Fix typo in comment.

From-SVN: r54374
This commit is contained in:
Marc Espie 2002-06-08 14:10:01 +00:00 committed by Marc Espie
parent 272cdf589d
commit e362315840
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2002-06-08 Marc Espie <espie@openbsd.org>
* lists.c (free_list): Fix typo in comment.
2002-06-08 Andreas Jaeger <aj@suse.de>
* lcm.c (optimize_mode_switching): Add unused attribute for

View File

@ -37,7 +37,7 @@ static GTY ((deletable (""))) rtx unused_expr_list;
/* This function will free an entire list of either EXPR_LIST or INSN_LIST
nodes. This is to be used only only lists that consist exclusively of
nodes. This is to be used only on lists that consist exclusively of
nodes of one type only. This is only called by free_EXPR_LIST_list
and free_INSN_LIST_list. */
static void