From a5037b4c5b0652a1c691d91d953e28d6a1159b0e Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Mon, 28 Apr 2008 11:20:34 +0000 Subject: [PATCH] Fix comment typo --- servers/slapd/back-bdb/cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/slapd/back-bdb/cache.c b/servers/slapd/back-bdb/cache.c index f0ad3d217b..c778d81d28 100644 --- a/servers/slapd/back-bdb/cache.c +++ b/servers/slapd/back-bdb/cache.c @@ -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; -- 2.39.5