You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Yoshiki Hayashi <yo...@xemacs.org> on 2001/02/19 02:12:35 UTC

[PATCH] More doc fixes

Index: rev-table.h
===================================================================
RCS file: /cvs/subversion/subversion/libsvn_fs/rev-table.h,v
retrieving revision 1.3
diff -u -r1.3 rev-table.h
--- rev-table.h	2001/02/12 00:26:14	1.3
+++ rev-table.h	2001/02/19 02:09:53
@@ -20,7 +20,7 @@
 #include "trail.h"
 
 
-/* Creating and opening the `nodes' table.  */
+/* Creating and opening the `revisions' table.  */
 
 /* Open a `revisions' table in ENV.  If CREATE is non-zero, create one
    if it doesn't exist.  Set *REVS_P to the new table.  Return a
Index: structure
===================================================================
RCS file: /cvs/subversion/subversion/libsvn_fs/structure,v
retrieving revision 1.31
diff -u -r1.31 structure
--- structure	2001/02/14 18:01:49	1.31
+++ structure	2001/02/19 02:09:53
@@ -337,7 +337,7 @@
 Similarly, we can find the last branch off a given node revision N.V by
 searching the `nodes' table for the last entry before N.(V+1).1.1.
 According to the sort order, this node immediately follows the last
-descendant of of N.V.  This last descendent could be a branch off a
+descendant off of N.V.  This last descendent could be a branch off a
 branch off a branch ..., but by truncating the node revision ID
 appropriately, we can find the last branch off of N.V.
 
Index: trail.h
===================================================================
RCS file: /cvs/subversion/subversion/libsvn_fs/trail.h,v
retrieving revision 1.3
diff -u -r1.3 trail.h
--- trail.h	2001/02/12 00:26:14	1.3
+++ trail.h	2001/02/19 02:09:53
@@ -70,7 +70,7 @@
                                 apr_pool_t *pool);
 
 
-/* Record than a change to an in-memory structure took place as part
+/* Record that a change to an in-memory structure took place as part
    of TRAIL which can be undone by applying FUNC to BATON.  */
 void svn_fs__record_undo (trail_t *trail,
                           void (*func) (void *baton),


-- 
Yoshiki Hayashi