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 2010/03/23 17:36:56 UTC

svn commit: r926652 - /subversion/trunk/subversion/libsvn_delta/compat.c

Author: julianfoad
Date: Tue Mar 23 16:36:55 2010
New Revision: 926652

URL: http://svn.apache.org/viewvc?rev=926652&view=rev
Log:
* subversion/libsvn_delta/compat.c
  (file_rev_handler_wrapper): Fix a typo.

Modified:
    subversion/trunk/subversion/libsvn_delta/compat.c

Modified: subversion/trunk/subversion/libsvn_delta/compat.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_delta/compat.c?rev=926652&r1=926651&r2=926652&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_delta/compat.c (original)
+++ subversion/trunk/subversion/libsvn_delta/compat.c Tue Mar 23 16:36:55 2010
@@ -33,7 +33,7 @@ struct file_rev_handler_wrapper_baton {
   svn_file_rev_handler_old_t handler;
 };
 
-/* This implements svn_repos_file_rev_handler2_t. */
+/* This implements svn_file_rev_handler_t. */
 static svn_error_t *
 file_rev_handler_wrapper(void *baton,
                          const char *path,