You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2018/12/02 09:42:48 UTC

svn commit: r1847946 - /subversion/trunk/subversion/libsvn_repos/authz.h

Author: brane
Date: Sun Dec  2 09:42:48 2018
New Revision: 1847946

URL: http://svn.apache.org/viewvc?rev=1847946&view=rev
Log:
* subversion/libsvn_repos/authz.h (authz_acl_t):
   Fix comment as in r1847924 for authz_full_t.

Modified:
    subversion/trunk/subversion/libsvn_repos/authz.h

Modified: subversion/trunk/subversion/libsvn_repos/authz.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_repos/authz.h?rev=1847946&r1=1847945&r2=1847946&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_repos/authz.h (original)
+++ subversion/trunk/subversion/libsvn_repos/authz.h Sun Dec  2 09:42:48 2018
@@ -270,7 +270,7 @@ typedef struct authz_acl_t
   svn_boolean_t has_authn_access;
   authz_access_t authn_access;
 
-  /* Access rights from inverted groups or aliases. */
+  /* Access rights from inverted selectors. */
   svn_boolean_t has_neg_access;
   authz_access_t neg_access;