Author: gstein
Date: Thu Sep 22 10:25:45 2011
New Revision: 1174044
URL: http://svn.apache.org/viewvc?rev=1174044&view=rev
Log:
* subversion/include/svn_io.h: fix typo in docstring
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=1174044&r1=1174043&r2=1174044&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_io.h (original)
+++ subversion/trunk/subversion/include/svn_io.h Thu Sep 22 10:25:45 2011
@@ -240,7 +240,7 @@ svn_io_open_uniquely_named(apr_file_t **
/** Create a writable file, with an arbitrary and unique name, in the
* directory @a dirpath. Set @a *temp_path to its full path, and set
* @a *file to the file handle, both allocated from @a result_pool. Either
- * @a file or @a unique_name may be @c NULL. If @a file is @c NULL, the file
+ * @a file or @a temp_path may be @c NULL. If @a file is @c NULL, the file
* will be created but not open.
*
* If @a dirpath is @c NULL, use the path returned from svn_io_temp_dir().