Fix a weird typo.
authorBruno Haible <bruno@clisp.org>
Wed, 4 Oct 2006 16:59:33 +0000 (16:59 +0000)
committerBruno Haible <bruno@clisp.org>
Wed, 4 Oct 2006 16:59:33 +0000 (16:59 +0000)
lib/ChangeLog
lib/gl_rbtreehash_list.c

index b47d068..7acd852 100644 (file)
@@ -1,5 +1,10 @@
 2006-10-03  Bruno Haible  <bruno@clisp.org>
 
+       * gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
+       from gl_avltreehash_list_implementation.
+
+2006-10-03  Bruno Haible  <bruno@clisp.org>
+
        * gl_oset.c (gl_oset_add): Fix return type.
 
 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
index b802942..26cc415 100644 (file)
@@ -95,7 +95,7 @@ gl_rbtreehash_list_check_invariants (gl_list_t list)
 }
 
 
-const struct gl_list_implementation gl_avltreehash_list_implementation =
+const struct gl_list_implementation gl_rbtreehash_list_implementation =
   {
     gl_tree_create_empty,
     gl_tree_create,