minor edit on comment
diff --git a/src/main/java/org/apache/directory/fortress/core/impl/AdminMgrImpl.java b/src/main/java/org/apache/directory/fortress/core/impl/AdminMgrImpl.java
index 78e1cc5..76cb97c 100755
--- a/src/main/java/org/apache/directory/fortress/core/impl/AdminMgrImpl.java
+++ b/src/main/java/org/apache/directory/fortress/core/impl/AdminMgrImpl.java
@@ -464,7 +464,7 @@
 
         if ( roleConstraint.getType() == RoleConstraint.RCType.USER )
         {
-            // Validate the user-role constraint has been enabled:
+            // Validate the role constraint has been enabled:
             // This constraint type requires a global config parameter keyed by RC$tenant$role:constraint:
             String propKey = Config.getInstance().getConstraintKey( uRole.getName(), contextId );
             String propValue = Config.getInstance().getProperty( propKey );