]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - buffer_tree.c
Merge topic branch t/overflow into master
[paraslash.git] / buffer_tree.c
index 4c17e824bb81631929fc5526140d38f74d52b1f1..05cdfa83630004e49561f0c7bef0138bd0a35c27 100644 (file)
@@ -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.