You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2012/02/22 20:28:19 UTC

svn commit: r1292464 - /subversion/trunk/subversion/libsvn_repos/log.c

Author: cmpilato
Date: Wed Feb 22 19:28:18 2012
New Revision: 1292464

URL: http://svn.apache.org/viewvc?rev=1292464&view=rev
Log:
* subversion/libsvn_repos/log.c
  (svn_repos_get_logs4): Fix a comment typo.

Modified:
    subversion/trunk/subversion/libsvn_repos/log.c

Modified: subversion/trunk/subversion/libsvn_repos/log.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_repos/log.c?rev=1292464&r1=1292463&r2=1292464&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_repos/log.c (original)
+++ subversion/trunk/subversion/libsvn_repos/log.c Wed Feb 22 19:28:18 2012
@@ -2272,7 +2272,7 @@ svn_repos_get_logs4(svn_repos_t *repos,
          ### FIXME:  Strictly speaking, we should be checking this
          ### access in every revision along the line.  But currently,
          ### there are no known authz implementations which concern
-         ### themselves will per-revision access.  */
+         ### themselves with per-revision access.  */
       if (authz_read_func)
         {
           svn_boolean_t readable;