X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=buffer_tree.c;h=49e40fb952c2e6c36a62001b1bc0a46601f412e6;hb=08471ab23c0abdf0ddd7ff836a15bd81fbce7520;hp=f0d2002d13c28b31c17f7130a4f3c34fc858bd58;hpb=2bad70d84e763b4d866d7b97dbc1cdc8e030bd45;p=paraslash.git diff --git a/buffer_tree.c b/buffer_tree.c index f0d2002d..49e40fb9 100644 --- a/buffer_tree.c +++ b/buffer_tree.c @@ -570,7 +570,7 @@ bool btr_no_parent(struct btr_node *btrn) * buffer. * * Since the buffer tree may change at any time, this function should be called - * during each post_select call. + * during each post_monitor call. * * \return True if \a btrn has no siblings. */ @@ -1181,7 +1181,7 @@ struct btr_node *btr_search_node(const char *name, struct btr_node *root) * \param type The supposed type of \a btrn. * * Most users of the buffer tree subsystem call this function from both - * their pre_select and the post_select methods. + * their ->pre_monitor() and ->post_monitor() methods. * * \return Negative if an error condition was detected, zero if there * is nothing to do and positive otherwise.