You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2015/01/27 11:55:13 UTC

svn commit: r1655006 - /subversion/trunk/subversion/svnrdump/dump_editor.c

Author: julianfoad
Date: Tue Jan 27 10:55:13 2015
New Revision: 1655006

URL: http://svn.apache.org/r1655006
Log:
* subversion/svnrdump/dump_editor.c
  (dump_pending_dir): Correct the doc string, following r1655002.

Modified:
    subversion/trunk/subversion/svnrdump/dump_editor.c

Modified: subversion/trunk/subversion/svnrdump/dump_editor.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svnrdump/dump_editor.c?rev=1655006&r1=1655005&r2=1655006&view=diff
==============================================================================
--- subversion/trunk/subversion/svnrdump/dump_editor.c (original)
+++ subversion/trunk/subversion/svnrdump/dump_editor.c Tue Jan 27 10:55:13 2015
@@ -478,8 +478,8 @@ dump_mkdir(struct dump_edit_baton *eb,
   return SVN_NO_ERROR;
 }
 
-/* Dump pending headers and properties for the directory DB,
-   to allow starting the dump of a child node */
+/* Dump pending headers and properties for the directory EB->pending_db (if
+ * not null), to allow starting the dump of a child node */
 static svn_error_t *
 dump_pending_dir(struct dump_edit_baton *eb,
                  apr_pool_t *scratch_pool)