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 b47d068ebd2d9eac1b360e88fcbd1bca578cd1c3..7acd8526d8fe1a5780fb06f7ea89dfb6cd5d1e04 100644 (file)
@@ -1,3 +1,8 @@
+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.
index b8029427de2abcbcdf09a815d72537fbab752f0e..26cc4156106c05613f8b7a5299dffcda1de393c7 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,