From e36231584063923f764e9702451205dc4371d97d Mon Sep 17 00:00:00 2001 From: Marc Espie Date: Sat, 8 Jun 2002 14:10:01 +0000 Subject: [PATCH] * lists.c (free_list): Fix typo in comment. From-SVN: r54374 --- gcc/ChangeLog | 3 +++ gcc/lists.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8ff77809fc9..c2a96dfbc8d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,6 @@ +2002-06-08 Marc Espie + * lists.c (free_list): Fix typo in comment. + 2002-06-08 Andreas Jaeger * lcm.c (optimize_mode_switching): Add unused attribute for 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 -- 2.30.2