summaryrefslogtreecommitdiff
path: root/gcc/lists.c
diff options
context:
space:
mode:
authorespie <espie@138bc75d-0d04-0410-961f-82ee72b054a4>2002-06-08 14:10:01 +0000
committerespie <espie@138bc75d-0d04-0410-961f-82ee72b054a4>2002-06-08 14:10:01 +0000
commit548ec30fac7cb3becd23ba1d5c66bc56c225ad3b (patch)
tree451d062202e1c2d32bb49faf2a4fa8e62c3c0340 /gcc/lists.c
parent43b8e8ee014635700d823256b106296e48938a48 (diff)
downloadgcc-548ec30fac7cb3becd23ba1d5c66bc56c225ad3b.tar.gz
* lists.c (free_list): Fix typo in comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54374 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/lists.c')
-rw-r--r--gcc/lists.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lists.c b/gcc/lists.c
index b57b138010d..58d90d37756 100644
--- a/gcc/lists.c
+++ b/gcc/lists.c
@@ -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