You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2014/01/16 21:32:02 UTC

svn commit: r1558908 - in /subversion/trunk/subversion/mod_dav_svn: dav_svn.h mod_dav_svn.c

Author: rhuijben
Date: Thu Jan 16 20:32:02 2014
New Revision: 1558908

URL: http://svn.apache.org/r1558908
Log:
* subversion/mod_dav_svn/dav_svn.h
  (dav_svn__bulk_upd_conf): Fix reference in comment.

* subversion/mod_dav_svn/mod_dav_svn.c
  (conf_flag): Fix reference in comment.

Modified:
    subversion/trunk/subversion/mod_dav_svn/dav_svn.h
    subversion/trunk/subversion/mod_dav_svn/mod_dav_svn.c

Modified: subversion/trunk/subversion/mod_dav_svn/dav_svn.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/mod_dav_svn/dav_svn.h?rev=1558908&r1=1558907&r2=1558908&view=diff
==============================================================================
--- subversion/trunk/subversion/mod_dav_svn/dav_svn.h (original)
+++ subversion/trunk/subversion/mod_dav_svn/dav_svn.h Thu Jan 16 20:32:02 2014
@@ -54,7 +54,7 @@ extern "C" {
 
 /* Option values for SVNAllowBulkUpdates.  Note that
    it's important that CONF_BULKUPD_DEFAULT is 0 to make
-   dav_svn_merge_dir_config do the right thing. */
+   merge_dir_config in mod_dav_svn do the right thing. */
 typedef enum dav_svn__bulk_upd_conf {
     CONF_BULKUPD_DEFAULT,
     CONF_BULKUPD_ON,

Modified: subversion/trunk/subversion/mod_dav_svn/mod_dav_svn.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/mod_dav_svn/mod_dav_svn.c?rev=1558908&r1=1558907&r2=1558908&view=diff
==============================================================================
--- subversion/trunk/subversion/mod_dav_svn/mod_dav_svn.c (original)
+++ subversion/trunk/subversion/mod_dav_svn/mod_dav_svn.c Thu Jan 16 20:32:02 2014
@@ -72,7 +72,7 @@ typedef struct server_conf_t {
 
 /* A tri-state enum used for per directory on/off flags.  Note that
    it's important that CONF_FLAG_DEFAULT is 0 to make
-   dav_svn_merge_dir_config do the right thing. */
+   merge_dir_config in mod_dav_svn do the right thing. */
 enum conf_flag {
   CONF_FLAG_DEFAULT,
   CONF_FLAG_ON,