You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2011/04/28 14:15:14 UTC

svn commit: r1097430 - /subversion/trunk/subversion/libsvn_wc/info.c

Author: julianfoad
Date: Thu Apr 28 12:15:13 2011
New Revision: 1097430

URL: http://svn.apache.org/viewvc?rev=1097430&view=rev
Log:
* subversion/libsvn_wc/info.c
  (build_info_for_entry): Update the doc string, following r879690 and r1092244.

Modified:
    subversion/trunk/subversion/libsvn_wc/info.c

Modified: subversion/trunk/subversion/libsvn_wc/info.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/info.c?rev=1097430&r1=1097429&r2=1097430&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/info.c (original)
+++ subversion/trunk/subversion/libsvn_wc/info.c Thu Apr 28 12:15:13 2011
@@ -30,9 +30,9 @@
 
 
 
-/* Helper: build an svn_info_t *INFO struct from WC metadata,
-   allocated in POOL.  Pointer fields are copied by reference, not
-   dup'd.  PATH is the path of the WC node that ENTRY represents. */
+/* Set *INFO to a new struct, allocated in RESULT_POOL, built from the WC
+   metadata of LOCAL_ABSPATH.  Pointer fields are copied by reference, not
+   dup'd. */
 static svn_error_t *
 build_info_for_entry(svn_info2_t **info,
                      svn_wc_context_t *wc_ctx,