X-Git-Url: https://git.sur5r.net/?p=openldap;a=blobdiff_plain;f=libraries%2Fliblmdb%2Flmdb.h;h=3afcdd34b0d00abfd71f5750430590b7ca055fb6;hp=29135b7f062182dc3c03e68dab281cd7705ccdb0;hb=10566c8be384c6435476ec54e842382841cb84b6;hpb=fd5ad3ef399dc281e78b06a36162a58a95518c34 diff --git a/libraries/liblmdb/lmdb.h b/libraries/liblmdb/lmdb.h index 29135b7f06..3afcdd34b0 100644 --- a/libraries/liblmdb/lmdb.h +++ b/libraries/liblmdb/lmdb.h @@ -576,7 +576,7 @@ int mdb_env_create(MDB_env **env); *
  • #MDB_NOTLS * Don't use Thread-Local Storage. Tie reader locktable slots to * #MDB_txn objects instead of to threads. I.e. #mdb_txn_reset() keeps - * the slot reseved for the #MDB_txn object. A thread may use parallel + * the slot reserved for the #MDB_txn object. A thread may use parallel * read-only transactions. A read-only transaction may span threads if * the user synchronizes its use. Applications that multiplex many * user threads over individual OS threads need this option. Such an