changeset 7400:a18184ca7fbb

Fix a weird typo.
author Bruno Haible <bruno@clisp.org>
date Wed, 04 Oct 2006 16:59:33 +0000
parents 1f093fbe7e89
children 69dc40fea0ee
files lib/ChangeLog lib/gl_rbtreehash_list.c
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog	Wed Oct 04 16:56:38 2006 +0000
+++ b/lib/ChangeLog	Wed Oct 04 16:59:33 2006 +0000
@@ -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.
--- a/lib/gl_rbtreehash_list.c	Wed Oct 04 16:56:38 2006 +0000
+++ b/lib/gl_rbtreehash_list.c	Wed Oct 04 16:59:33 2006 +0000
@@ -95,7 +95,7 @@
 }
 
 
-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,