Author: danielsh
Date: Fri Jun 10 23:58:36 2011
New Revision: 1134488

URL: http://svn.apache.org/viewvc?rev=1134488&view=rev
Log:
* subversion/include/svn_error.h
  (svn_error_find_cause): Fix the docstring's error-clearing instructions.

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

Modified: subversion/trunk/subversion/include/svn_error.h
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_error.h?rev=1134488&r1=1134487&r2=1134488&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_error.h (original)
+++ subversion/trunk/subversion/include/svn_error.h Fri Jun 10 23:58:36 2011
@@ -180,9 +180,8 @@ svn_error_t *
 svn_error_root_cause(svn_error_t *err);
 
 /** Return the first error in @a err's chain that has an error code @a
- * apr_err or #SVN_NO_ERROR if there is no error with that code.  @a
- * err should *not* be cleared as the returned error shares memory
- * with @a err.
+ * apr_err or #SVN_NO_ERROR if there is no error with that code.  The
+ * returned error should @em not be cleared as it shares memory with @a err.
  *
  * If @a err is #SVN_NO_ERROR, return #SVN_NO_ERROR.
  *


Reply via email to