From d859583ec5d093e478f3a8d34988585921207d4a Mon Sep 17 00:00:00 2001 From: jasone Date: Sat, 3 May 2008 17:49:16 +0000 Subject: Fix a comment. --- lib/libc/stdlib/rb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc') diff --git a/lib/libc/stdlib/rb.h b/lib/libc/stdlib/rb.h index 10f94af..fe94a9f 100644 --- a/lib/libc/stdlib/rb.h +++ b/lib/libc/stdlib/rb.h @@ -743,7 +743,7 @@ a_prefix##remove(a_tree_type *tree, a_type *node) { \ * * rb_foreach_begin(a_type, a_field, a_tree, node) { * ... - * rb_prev(a_type, a_field, a_cmp, a_tree, node, tnode); + * rb_next(a_type, a_field, a_cmp, a_tree, node, tnode); * rb_remove(a_type, a_field, a_cmp, a_tree, node); * rb_foreach_next(a_type, a_field, a_cmp, a_tree, tnode); * ... -- cgit v1.1