Fix a comment.

This commit is contained in:
Jason Evans 2008-05-03 17:49:16 +00:00
parent 74c9465320
commit 4788234366
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=178744

View File

@ -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);
* ...