You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2011/05/05 15:30:23 UTC

svn commit: r1099784 - /subversion/trunk/subversion/libsvn_wc/wc_db.h

Author: julianfoad
Date: Thu May  5 13:30:22 2011
New Revision: 1099784

URL: http://svn.apache.org/viewvc?rev=1099784&view=rev
Log:
* subversion/libsvn_wc/wc_db.h
  (svn_wc__db_read_conflicts): Fix typo in doc string.

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=1099784&r1=1099783&r2=1099784&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc_db.h (original)
+++ subversion/trunk/subversion/libsvn_wc/wc_db.h Thu May  5 13:30:22 2011
@@ -1848,7 +1848,7 @@ svn_wc__db_read_conflict_victims(const a
 
    Victim must be versioned or be part of a tree conflict.
 
-   Allocate *VICTIMS in RESULT_POOL and do temporary allocations in
+   Allocate *CONFLICTS in RESULT_POOL and do temporary allocations in
    SCRATCH_POOL */
 /* ### Currently there can be just one property conflict recorded
        per victim */