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/11/05 18:31:05 UTC

svn commit: r1712828 - /subversion/trunk/subversion/include/svn_fs.h

Author: julianfoad
Date: Thu Nov  5 17:31:05 2015
New Revision: 1712828

URL: http://svn.apache.org/viewvc?rev=1712828&view=rev
Log:
Tweak a comment about reuse of transaction names, following r1712600.

Suggested by: rhuijben

* subversion/include/svn_fs.h
  Tweak top-of-file comment: s/reuse/may reuse/.

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

Modified: subversion/trunk/subversion/include/svn_fs.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_fs.h?rev=1712828&r1=1712827&r2=1712828&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_fs.h (original)
+++ subversion/trunk/subversion/include/svn_fs.h Thu Nov  5 17:31:05 2015
@@ -1081,7 +1081,7 @@ svn_fs_unparse_id(const svn_fs_id_t *id,
  * database.  Each new transaction increments the counter.  The
  * current value of the counter is not serialized into a filesystem
  * dump file, so dumping and restoring the repository will reset the
- * sequence and reuse transaction names.
+ * sequence and so may reuse transaction names.
  *
  * @defgroup svn_fs_txns Filesystem transactions
  * @{