Author: danielsh
Date: Fri May  3 00:08:51 2013
New Revision: 1478617

URL: http://svn.apache.org/r1478617
Log:
Fix a copy-pasted docstring.

* subversion/include/svn_repos.h
  (svn_repos_notify_t.warning): Remove a sentence that doesnt make sense for
    an enum- (rather than svn_error_t *) typed member.

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

Modified: subversion/trunk/subversion/include/svn_repos.h
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_repos.h?rev=1478617&r1=1478616&r2=1478617&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_repos.h (original)
+++ subversion/trunk/subversion/include/svn_repos.h Fri May  3 00:08:51 2013
@@ -295,8 +295,7 @@ typedef struct svn_repos_notify_t
    * the revision which just completed. */
   svn_revnum_t revision;
 
-  /** For #svn_repos_notify_warning, the warning object. Must be cleared
-      by the consumer of the notification. */
+  /** For #svn_repos_notify_warning, the warning object. */
   const char *warning_str;
   svn_repos_notify_warning_t warning;
 


Reply via email to