You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ko...@apache.org on 2021/03/02 18:20:33 UTC

svn commit: r1887101 - /subversion/trunk/subversion/libsvn_wc/working_file_writer.c

Author: kotkov
Date: Tue Mar  2 18:20:32 2021
New Revision: 1887101

URL: http://svn.apache.org/viewvc?rev=1887101&view=rev
Log:
* subversion/libsvn_wc/working_file_writer.c
  (svn_wc__working_file_writer_install): Fix typo in the docstring.
   No functional change.

Modified:
    subversion/trunk/subversion/libsvn_wc/working_file_writer.c

Modified: subversion/trunk/subversion/libsvn_wc/working_file_writer.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/working_file_writer.c?rev=1887101&r1=1887100&r2=1887101&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/working_file_writer.c (original)
+++ subversion/trunk/subversion/libsvn_wc/working_file_writer.c Tue Mar  2 18:20:32 2021
@@ -154,7 +154,7 @@ svn_wc__working_file_writer_install(svn_
       apr_pool_cleanup_kill(writer->pool, writer, cleanup_file_writer);
 
       /* When this stream is closed, the resulting special file will
-         atomically be created/moved into place at LOCAL_ABSPATH. */
+         atomically be created/moved into place at TARGET_ABSPATH. */
       SVN_ERR(svn_subst_create_specialfile(&dst_stream, target_abspath,
                                            scratch_pool, scratch_pool));
       SVN_ERR(svn_stream_open_readonly(&src_stream, temp_path, scratch_pool,