]> git.sur5r.net Git - openldap/commitdiff
typo in comment
authorPierangelo Masarati <ando@openldap.org>
Sat, 3 Jul 2004 11:16:22 +0000 (11:16 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 3 Jul 2004 11:16:22 +0000 (11:16 +0000)
servers/slapd/result.c

index acd3bbd15df991578db5c5fdae09c0e0f0ec7396..a15737129c51ce57b63f17a3746913926d1016f6 100644 (file)
@@ -1035,7 +1035,7 @@ slap_send_search_entry( Operation *op, SlapReply *rs )
        }
 
        /* eventually will loop through generated operational attributes */
-       /* only have subschemaSubentry and numSubordinates are implemented */
+       /* only subschemaSubentry and numSubordinates are implemented */
        aa = backend_operational( op, rs, opattrs );
 
        if ( aa != NULL && op->o_vrFilter != NULL ) {