mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Fix comment typo
This commit is contained in:
parent
a9d192df2b
commit
a5037b4c5b
1 changed files with 1 additions and 1 deletions
|
|
@ -925,7 +925,7 @@ load1:
|
|||
if (( flag & ID_NOCACHE ) &&
|
||||
( bdb_cache_entryinfo_trylock( *eip ) == 0 )) {
|
||||
/* Set the cached state only if no other thread
|
||||
* found the info while we was loading the entry.
|
||||
* found the info while we were loading the entry.
|
||||
*/
|
||||
if ( (*eip)->bei_finders == 1 )
|
||||
(*eip)->bei_state |= CACHE_ENTRY_NOT_CACHED;
|
||||
|
|
|
|||
Loading…
Reference in a new issue