You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by kf...@apache.org on 2016/07/05 06:39:53 UTC

svn commit: r1751399 - /subversion/trunk/subversion/include/svn_types.h

Author: kfogel
Date: Tue Jul  5 06:39:53 2016
New Revision: 1751399

URL: http://svn.apache.org/viewvc?rev=1751399&view=rev
Log:
Update a comment to match r875303 changes.

* subversion/include/svn_types.h: Update the overview comment about
  special files to use the new function name in libsvn_subr/subst.c.

Modified:
    subversion/trunk/subversion/include/svn_types.h

Modified: subversion/trunk/subversion/include/svn_types.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_types.h?rev=1751399&r1=1751398&r2=1751399&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_types.h (original)
+++ subversion/trunk/subversion/include/svn_types.h Tue Jul  5 06:39:53 2016
@@ -416,7 +416,7 @@ svn_tristate__from_word(const char * wor
  *  2. Creating a new textual name similar to
  *     SVN_SUBST__SPECIAL_LINK_STR in libsvn_subr/subst.c.
  *  3. Handling the translation/detranslation case for the new type in
- *     create_special_file and detranslate_special_file, using the
+ *     create_special_file_from_stream and detranslate_special_file, using the
  *     routines from 1.
  */