Author: danielsh
Date: Sat Jul 9 01:14:30 2011
New Revision: 1144567
URL: http://svn.apache.org/viewvc?rev=1144567&view=rev
Log:
On the revprop-packing branch:
* subversion/libsvn_fs_fs/fs_fs.c
(revision_proplist): Tweak a comment.
Modified:
subversion/branches/revprop-packing/subversion/libsvn_fs_fs/fs_fs.c
Modified: subversion/branches/revprop-packing/subversion/libsvn_fs_fs/fs_fs.c
URL:
http://svn.apache.org/viewvc/subversion/branches/revprop-packing/subversion/libsvn_fs_fs/fs_fs.c?rev=1144567&r1=1144566&r2=1144567&view=diff
==============================================================================
--- subversion/branches/revprop-packing/subversion/libsvn_fs_fs/fs_fs.c
(original)
+++ subversion/branches/revprop-packing/subversion/libsvn_fs_fs/fs_fs.c Sat Jul
9 01:14:30 2011
@@ -3093,10 +3093,10 @@ set_revision_proplist(svn_fs_t *fs,
NULL, NULL, pool));
/* Read the old offset value from the existing pack file, and compute
- the difference, given the new
+ the difference.
- Note: the new property has the same offset as the existing one,
- it's only subsequent properties' offsets that need to be adjusted. */
+ Note: the new proppash has the same offset as the existing one,
+ it's only subsequent prophashes' offsets that need to be adjusted. */
SVN_ERR(svn_stream_read(source_stream, buf, &len));
SVN_ERR(svn_stream_write(target_stream, buf, &len));
old_offset = apr_atoi64(buf);