diff options
| author | Jason Evans <jasone@FreeBSD.org> | 2008-05-03 17:49:16 +0000 |
|---|---|---|
| committer | Jason Evans <jasone@FreeBSD.org> | 2008-05-03 17:49:16 +0000 |
| commit | 4788234366a22f8e6b2d8beb5f76c108d40382ab (patch) | |
| tree | e04f8b8ec36518d4043853033b4cb311eff88691 | |
| parent | 74c9465320fc261ba6f3c26c2304d6b0ea29d4bd (diff) | |
Notes
| -rw-r--r-- | lib/libc/stdlib/rb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/rb.h b/lib/libc/stdlib/rb.h index 10f94af33169..fe94a9f28636 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); * ... |
