You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2014/06/23 20:35:20 UTC

svn commit: r1604903 - /subversion/trunk/subversion/libsvn_fs_fs/low_level.h

Author: stsp
Date: Mon Jun 23 18:35:19 2014
New Revision: 1604903

URL: http://svn.apache.org/r1604903
Log:
* subversion/libsvn_fs_fs/low_level.h
  (svn_fs_fs__read_rep_header): Fix docstring.

Modified:
    subversion/trunk/subversion/libsvn_fs_fs/low_level.h

Modified: subversion/trunk/subversion/libsvn_fs_fs/low_level.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_fs/low_level.h?rev=1604903&r1=1604902&r2=1604903&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_fs/low_level.h (original)
+++ subversion/trunk/subversion/libsvn_fs_fs/low_level.h Mon Jun 23 18:35:19 2014
@@ -194,8 +194,8 @@ typedef struct svn_fs_fs__rep_header_t
   apr_size_t header_size;
 } svn_fs_fs__rep_header_t;
 
-/* Read the next line from file FILE and parse it as a text
-   representation entry.  Return the parsed entry in *REP_ARGS_P.
+/* Read the next line from STREAM and parse it as a text
+   representation header.  Return the parsed entry in *HEADER.
    Perform all allocations in POOL. */
 svn_error_t *
 svn_fs_fs__read_rep_header(svn_fs_fs__rep_header_t **header,