Author: julianfoad
Date: Tue Jun 29 17:46:17 2010
New Revision: 959050
URL: http://svn.apache.org/viewvc?rev=959050&view=rev
Log:
* subversion/libsvn_wc/wc_db.h
(svn_wc__db_pristine_get_path): Typo fix.
Modified:
subversion/trunk/subversion/libsvn_wc/wc_db.h
Modified: subversion/trunk/subversion/libsvn_wc/wc_db.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc_db.h?rev=959050&r1=959049&r2=959050&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc_db.h (original)
+++ subversion/trunk/subversion/libsvn_wc/wc_db.h Tue Jun 29 17:46:17 2010
@@ -889,7 +889,7 @@ typedef enum {
### This is temporary - callers should not be looking at the file
directly.
- Allocate the stream in RESULT_POOL. */
+ Allocate the path in RESULT_POOL. */
svn_error_t *
svn_wc__db_pristine_get_path(const char **pristine_abspath,
svn_wc__db_t *db,