summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjasone <jasone@FreeBSD.org>2008-05-03 17:49:16 +0000
committerjasone <jasone@FreeBSD.org>2008-05-03 17:49:16 +0000
commitd859583ec5d093e478f3a8d34988585921207d4a (patch)
treee04f8b8ec36518d4043853033b4cb311eff88691
parent98c65ac5319936977ec6fa3883abe0adbd5affde (diff)
downloadFreeBSD-src-d859583ec5d093e478f3a8d34988585921207d4a.zip
FreeBSD-src-d859583ec5d093e478f3a8d34988585921207d4a.tar.gz
Fix a comment.
-rw-r--r--lib/libc/stdlib/rb.h2
1 files changed, 1 insertions, 1 deletions
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);
* ...
OpenPOWER on IntegriCloud