You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2012/03/24 16:53:33 UTC

svn commit: r1304834 - /subversion/branches/node_pool/subversion/libsvn_fs_fs/dag.c

Author: danielsh
Date: Sat Mar 24 15:53:33 2012
New Revision: 1304834

URL: http://svn.apache.org/viewvc?rev=1304834&view=rev
Log:
* subversion/libsvn_fs_fs/dag.c
  (get_node_revision): Update docstring.

Modified:
    subversion/branches/node_pool/subversion/libsvn_fs_fs/dag.c

Modified: subversion/branches/node_pool/subversion/libsvn_fs_fs/dag.c
URL: http://svn.apache.org/viewvc/subversion/branches/node_pool/subversion/libsvn_fs_fs/dag.c?rev=1304834&r1=1304833&r2=1304834&view=diff
==============================================================================
--- subversion/branches/node_pool/subversion/libsvn_fs_fs/dag.c (original)
+++ subversion/branches/node_pool/subversion/libsvn_fs_fs/dag.c Sat Mar 24 15:53:33 2012
@@ -142,7 +142,7 @@ copy_node_revision(node_revision_t *node
 
 /* Set *NODEREV_P to the cached node-revision for NODE.
    If the node-revision was not already cached in NODE, read it in,
-   allocating the cache in POOL.
+   allocating the cache in NODE->NODE_POOL.
 
    If you plan to change the contents of NODE, be careful!  We're
    handing you a pointer directly to our cached node-revision, not