You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2013/05/15 23:27:29 UTC

svn commit: r1483098 - in /subversion/branches/1.8.x: ./ subversion/include/svn_fs.h

Author: breser
Date: Wed May 15 21:27:28 2013
New Revision: 1483098

URL: http://svn.apache.org/r1483098
Log:
Merge r1483015 from trunk, obvious doc fix.

Modified:
    subversion/branches/1.8.x/   (props changed)
    subversion/branches/1.8.x/subversion/include/svn_fs.h

Propchange: subversion/branches/1.8.x/
------------------------------------------------------------------------------
  Merged /subversion/trunk:r1483015,1483077

Modified: subversion/branches/1.8.x/subversion/include/svn_fs.h
URL: http://svn.apache.org/viewvc/subversion/branches/1.8.x/subversion/include/svn_fs.h?rev=1483098&r1=1483097&r2=1483098&view=diff
==============================================================================
--- subversion/branches/1.8.x/subversion/include/svn_fs.h (original)
+++ subversion/branches/1.8.x/subversion/include/svn_fs.h Wed May 15 21:27:28 2013
@@ -2471,7 +2471,7 @@ svn_fs_pack(const char *db_path,
  * verifications as well.
  *
  * @note To ensure a full verification using all tests and covering all
- * revisions, you must call this function *and* #svn_fs_verify_rev.
+ * revisions, you must call this function *and* #svn_fs_verify_root.
  *
  * @note Implementors, please do tests that can be done efficiently for
  * a single revision in #svn_fs_verify_root.  This function is meant for