* lists.c (free_list): Fix typo in comment.
authorMarc Espie <espie@openbsd.org>
Sat, 8 Jun 2002 14:10:01 +0000 (14:10 +0000)
committerMarc Espie <espie@gcc.gnu.org>
Sat, 8 Jun 2002 14:10:01 +0000 (14:10 +0000)
From-SVN: r54374

gcc/ChangeLog
gcc/lists.c

index 8ff77809fc93cfa61e01d11f0845e017490540c3..c2a96dfbc8d86ed040f592561f087f039fce5b40 100644 (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
index b57b138010d724b7ab8b62dea8ee16752a59fc74..58d90d37756caa43f96ffa3f956fc434666ff38e 100644 (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