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/02/25 16:38:52 UTC

svn commit: r1886925 - /subversion/trunk/subversion/libsvn_wc/wc_db.c

Author: kotkov
Date: Thu Feb 25 16:38:52 2021
New Revision: 1886925

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

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

Modified: subversion/trunk/subversion/libsvn_wc/wc_db.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc_db.c?rev=1886925&r1=1886924&r2=1886925&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc_db.c (original)
+++ subversion/trunk/subversion/libsvn_wc/wc_db.c Thu Feb 25 16:38:52 2021
@@ -13584,7 +13584,7 @@ svn_wc__db_wq_fetch_next(apr_uint64_t *i
   return SVN_NO_ERROR;
 }
 
-/* Records timestamp and date for one or more files in wcroot */
+/* Records timestamp and size for one or more files in wcroot */
 static svn_error_t *
 wq_record(svn_wc__db_wcroot_t *wcroot,
           apr_hash_t *record_map,