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 2016/06/05 08:18:48 UTC

svn commit: r1746873 - /subversion/trunk/subversion/libsvn_fs/fs-loader.c

Author: stefan2
Date: Sun Jun  5 08:18:48 2016
New Revision: 1746873

URL: http://svn.apache.org/viewvc?rev=1746873&view=rev
Log:
* subversion/libsvn_fs/fs-loader.c
  (SVN_FS_EMULATE_PATHS_CHANGED): Fix copy'n'pasto in docstring.
                                  No functional change.

Modified:
    subversion/trunk/subversion/libsvn_fs/fs-loader.c

Modified: subversion/trunk/subversion/libsvn_fs/fs-loader.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs/fs-loader.c?rev=1746873&r1=1746872&r2=1746873&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs/fs-loader.c (original)
+++ subversion/trunk/subversion/libsvn_fs/fs-loader.c Sun Jun  5 08:18:48 2016
@@ -63,7 +63,7 @@
 /* If a FS backend does not implement the PATHS_CHANGED vtable function,
    it will get emulated.  However, if this macro is defined to non-null
    then the API will always be emulated when feasible, i.e. the calls
-   get "re-directed" to the old API implementation. */
+   get "re-directed" to the new API implementation. */
 #ifndef SVN_FS_EMULATE_PATHS_CHANGED
 #define SVN_FS_EMULATE_PATHS_CHANGED TRUE
 #endif