]> git.sur5r.net Git - openldap/commitdiff
Fix comment typo
authorHoward Chu <hyc@openldap.org>
Mon, 28 Apr 2008 11:20:34 +0000 (11:20 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 28 Apr 2008 11:20:34 +0000 (11:20 +0000)
servers/slapd/back-bdb/cache.c

index f0ad3d217bbc923350fb4c4385ca325053f70c47..c778d81d289ba15579b50babfeda9af0f1a66374 100644 (file)
@@ -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;