Index: subversion/include/svn_repos.h =================================================================== --- subversion/include/svn_repos.h (revision 1045318) +++ subversion/include/svn_repos.h (working copy) @@ -2223,20 +2223,20 @@ /* ---------------------------------------------------------------*/ /** - * @defgroup svn_repos_inspection Data structures and editor things for + * @defgroup svn_repos_inspection Data structures and editor things for \ * repository inspection. * @{ * - * As it turns out, the svn_repos_dir_delta2() interface can be + * As it turns out, the svn_repos_replay2() interface can be * extremely useful for examining the repository, or more exactly, - * changes to the repository. svn_repos_dir_delta2() allows for + * changes to the repository. svn_repos_replay2() allows for * differences between two trees to be described using an editor. * * By using the editor obtained from svn_repos_node_editor() with - * svn_repos_dir_delta2(), the description of how to transform one tree + * svn_repos_replay2(), the description of how to transform one tree * into another can be used to build an in-memory linked-list tree, * which each node representing a repository node that was changed as a - * result of having svn_repos_dir_delta2() drive that editor. + * result of having svn_repos_replay2() drive that editor. */ /** A node in the repository. */ @@ -2276,7 +2276,7 @@ /** Set @a *editor and @a *edit_baton to an editor that, when driven by - * svn_repos_dir_delta2(), builds an svn_repos_node_t * tree + * svn_repos_replay2(), builds an svn_repos_node_t * tree * representing the delta from @a base_root to @a root in @a repos's * filesystem. * @@ -2300,7 +2300,7 @@ /** Return the root node of the linked-list tree generated by driving * the editor created by svn_repos_node_editor() with - * svn_repos_dir_delta2(), which is stored in @a edit_baton. This is + * svn_repos_replay2(), which is stored in @a edit_baton. This is * only really useful if used *after* the editor drive is completed. */ svn_repos_node_t *