Author: gstein
Date: Wed Jun 6 22:19:56 2012
New Revision: 1347173
URL: http://svn.apache.org/viewvc?rev=1347173&view=rev
Log:
Fix comment.
* subversion/libsvn_ra_serf/options.c:
(options_response_handler): update docstring
Modified:
subversion/trunk/subversion/libsvn_ra_serf/options.c
Modified: subversion/trunk/subversion/libsvn_ra_serf/options.c
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_ra_serf/options.c?rev=1347173&r1=1347172&r2=1347173&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_ra_serf/options.c (original)
+++ subversion/trunk/subversion/libsvn_ra_serf/options.c Wed Jun 6 22:19:56
2012
@@ -264,7 +264,7 @@ capabilities_headers_iterator_callback(v
/* A custom serf_response_handler_t which is mostly a wrapper around
- svn_ra_serf__handle_xml_parser -- it just notices OPTIONS response
+ the expat-based response handler -- it just notices OPTIONS response
headers first, before handing off to the xml parser.
Implements svn_ra_serf__response_handler_t */
static svn_error_t *