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 2019/01/28 11:26:11 UTC

svn commit: r1852345 - /subversion/trunk/subversion/include/svn_delta.h

Author: julianfoad
Date: Mon Jan 28 11:26:11 2019
New Revision: 1852345

URL: http://svn.apache.org/viewvc?rev=1852345&view=rev
Log:
* subversion/include/svn_delta.h (svn_delta_editor_t): Fix param name in docs.

Modified:
    subversion/trunk/subversion/include/svn_delta.h

Modified: subversion/trunk/subversion/include/svn_delta.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_delta.h?rev=1852345&r1=1852344&r2=1852345&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_delta.h (original)
+++ subversion/trunk/subversion/include/svn_delta.h Mon Jan 28 11:26:11 2019
@@ -863,7 +863,7 @@ svn_txdelta_skip_svndiff_window(apr_file
  * @c apply_textdelta / @c apply_textdelta_stream and @c close_file
  * should not refer to a parent directory baton UNLESS the editor has
  * taken precautions to allocate it in a pool of the appropriate
- * lifetime (the @a dir_pool passed to @c open_directory and
+ * lifetime (the @a result_pool passed to @c open_directory and
  * @c add_directory definitely does not have the proper lifetime).
  * In general, it is recommended to simply avoid keeping a parent
  * directory baton in a file baton.