You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2010/01/03 21:11:37 UTC

svn commit: r895470 - /subversion/trunk/subversion/include/svn_io.h

Author: stsp
Date: Sun Jan  3 20:11:36 2010
New Revision: 895470

URL: http://svn.apache.org/viewvc?rev=895470&view=rev
Log:
* subversion/include/svn_io.h
  (svn_stream_reset): Fix error in doxygen markup.

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

Modified: subversion/trunk/subversion/include/svn_io.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_io.h?rev=895470&r1=895469&r2=895470&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_io.h (original)
+++ subversion/trunk/subversion/include/svn_io.h Sun Jan  3 20:11:36 2010
@@ -1043,7 +1043,7 @@
 
 /** Reset a generic stream back to its origin. E.g. On a file this would be
  * implemented as a seek to position 0).  This function returns a
- * @a SVN_ERR_STREAM_RESET_NOT_SUPPORTED error when the stream doesn't
+ * #SVN_ERR_STREAM_RESET_NOT_SUPPORTED error when the stream doesn't
  * implement resetting.
  *
  * If a mark has been set on the stream, the stream is reset to