typos in comments (very pedantic...)

This commit is contained in:
Pierangelo Masarati 2005-12-26 17:00:12 +00:00
parent 0fa9578f48
commit aecf0f4164
2 changed files with 2 additions and 2 deletions

View file

@ -1804,7 +1804,7 @@ syncprov_search_response( Operation *op, SlapReply *rs )
a = attr_find( rs->sr_operational_attrs, slap_schema.si_ad_entryCSN ); a = attr_find( rs->sr_operational_attrs, slap_schema.si_ad_entryCSN );
} }
if ( a ) { if ( a ) {
/* Make sure entry is less than the snaphot'd contextCSN */ /* Make sure entry is less than the snapshot'd contextCSN */
if ( ber_bvcmp( &a->a_nvals[0], &ss->ss_ctxcsn ) > 0 ) if ( ber_bvcmp( &a->a_nvals[0], &ss->ss_ctxcsn ) > 0 )
return LDAP_SUCCESS; return LDAP_SUCCESS;

View file

@ -704,7 +704,7 @@ slap_send_search_entry( Operation *op, SlapReply *rs )
/* NOTE: moved before overlays callback circling because /* NOTE: moved before overlays callback circling because
* they may modify entry and other stuff in rs */ * they may modify entry and other stuff in rs */
/* check for special all operational attributes ("+") type */ /* check for special all operational attributes ("+") type */
/* FIXME: maybe we could se this flag at the operation level; /* FIXME: maybe we could set this flag at the operation level;
* however, in principle the caller of send_search_entry() may * however, in principle the caller of send_search_entry() may
* change the attribute list at each call */ * change the attribute list at each call */
rs->sr_attr_flags = slap_attr_flags( rs->sr_attrs ); rs->sr_attr_flags = slap_attr_flags( rs->sr_attrs );