You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2012/03/02 14:29:43 UTC

svn commit: r1296198 - /subversion/trunk/subversion/include/svn_editor.h

Author: hwright
Date: Fri Mar  2 13:29:43 2012
New Revision: 1296198

URL: http://svn.apache.org/viewvc?rev=1296198&view=rev
Log:
* subversion/include/svn_editor.h:
  Complete a sentence started in r1296034.

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

Modified: subversion/trunk/subversion/include/svn_editor.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_editor.h?rev=1296198&r1=1296197&r2=1296198&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_editor.h (original)
+++ subversion/trunk/subversion/include/svn_editor.h Fri Mar  2 13:29:43 2012
@@ -383,7 +383,7 @@ extern "C" {
  */
 typedef struct svn_editor_t svn_editor_t;
 
-/** The kind of the checksum to be used throughout the 
+/** The kind of the checksum to be used throughout the #svn_editor_t APIs.
  *
  * @note ### This may change before Ev2 is official released, so just like
  * everything else in this file, please don't rely upon it until then.