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 2010/06/24 13:33:27 UTC

svn commit: r957512 - /subversion/trunk/subversion/libsvn_wc/update_editor.c

Author: julianfoad
Date: Thu Jun 24 11:33:27 2010
New Revision: 957512

URL: http://svn.apache.org/viewvc?rev=957512&view=rev
Log:
* subversion/libsvn_wc/update_editor.c
  (close_file): Tweak a comment.

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

Modified: subversion/trunk/subversion/libsvn_wc/update_editor.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/update_editor.c?rev=957512&r1=957511&r2=957512&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/update_editor.c (original)
+++ subversion/trunk/subversion/libsvn_wc/update_editor.c Thu Jun 24 11:33:27 2010
@@ -5038,8 +5038,8 @@ close_file(void *file_baton,
   /* We have one less referrer to the directory's bump information. */
   SVN_ERR(maybe_bump_dir_info(eb, fb->bump_info, pool));
 
-  /* Skip notifications about files which were already notified for
-     another reason */
+  /* Send a notification to the callback function.  (Skip notifications
+     about files which were already notified for another reason.) */
   if (eb->notify_func && !fb->already_notified)
     {
       const svn_string_t *mime_type;