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/02/21 20:39:53 UTC

svn commit: r1570679 - /subversion/trunk/subversion/libsvn_fs_fs/pack.c

Author: stefan2
Date: Fri Feb 21 19:39:53 2014
New Revision: 1570679

URL: http://svn.apache.org/r1570679
Log:
Correct docstrings. No functional change.

* subversion/libsvn_fs_fs/pack.c
  (pack_context_t,
   copy_item_to_temp): Update element name in docstring.

Found by: julianfoad

Modified:
    subversion/trunk/subversion/libsvn_fs_fs/pack.c

Modified: subversion/trunk/subversion/libsvn_fs_fs/pack.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_fs/pack.c?rev=1570679&r1=1570678&r2=1570679&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_fs/pack.c (original)
+++ subversion/trunk/subversion/libsvn_fs_fs/pack.c Fri Feb 21 19:39:53 2014
@@ -225,7 +225,7 @@ typedef struct pack_context_t
    * each revision range. */
   apr_array_header_t *rev_offsets;
 
-  /* temp file receiving all items referenced by REPS_INFOS.
+  /* temp file receiving all items referenced by REPS.
    * Will be filled in phase 2 and be cleared after each revision range.*/
   apr_file_t *reps_file;
 
@@ -491,7 +491,7 @@ copy_item_to_temp(pack_context_t *contex
   return SVN_NO_ERROR;
 }
 
-/* Return the offset within CONTEXT->REPS_INFOS that corresponds to item
+/* Return the offset within CONTEXT->REPS that corresponds to item
  * ITEM_INDEX in  REVISION.
  */
 static int