Author: stylesen
Date: Thu Jun 17 12:28:26 2010
New Revision: 955570
URL: http://svn.apache.org/viewvc?rev=955570&view=rev
Log:
Fix a typo in comment.
* subversion/libsvn_wc/wc_db.h
(svn_wc__db_read_info): s/NULLn/NULL/
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=955570&r1=955569&r2=955570&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc_db.h (original)
+++ subversion/trunk/subversion/libsvn_wc/wc_db.h Thu Jun 17 12:28:26 2010
@@ -1419,7 +1419,7 @@ svn_wc__db_op_set_tree_conflict(svn_wc__
### repos_* will be NULL
### changed_rev will be SVN_INVALID_REVNUM
### changed_date will be 0
- ### changed_author will be NULLn
+ ### changed_author will be NULL
### status will be svn_wc__db_status_added
### text_mod will be TRUE
### prop_mod will be TRUE if any props have been set