|
136 | 136 | * |
137 | 137 | * @author Howard Chu, Symas Corporation. |
138 | 138 | * |
139 | | - * @copyright Copyright 2011-2019 Howard Chu, Symas Corp. All rights reserved. |
| 139 | + * @copyright Copyright 2011-2021 Howard Chu, Symas Corp. All rights reserved. |
140 | 140 | * |
141 | 141 | * Redistribution and use in source and binary forms, with or without |
142 | 142 | * modification, are permitted only as authorized by the OpenLDAP |
@@ -610,7 +610,7 @@ int mdb_env_create(MDB_env **env); |
610 | 610 | * <li>#MDB_NOTLS |
611 | 611 | * Don't use Thread-Local Storage. Tie reader locktable slots to |
612 | 612 | * #MDB_txn objects instead of to threads. I.e. #mdb_txn_reset() keeps |
613 | | - * the slot reseved for the #MDB_txn object. A thread may use parallel |
| 613 | + * the slot reserved for the #MDB_txn object. A thread may use parallel |
614 | 614 | * read-only transactions. A read-only transaction may span threads if |
615 | 615 | * the user synchronizes its use. Applications that multiplex many |
616 | 616 | * user threads over individual OS threads need this option. Such an |
@@ -968,7 +968,7 @@ void *mdb_env_get_userctx(MDB_env *env); |
968 | 968 | typedef void MDB_assert_func(MDB_env *env, const char *msg); |
969 | 969 |
|
970 | 970 | /** Set or reset the assert() callback of the environment. |
971 | | - * Disabled if liblmdb is buillt with NDEBUG. |
| 971 | + * Disabled if liblmdb is built with NDEBUG. |
972 | 972 | * @note This hack should become obsolete as lmdb's error handling matures. |
973 | 973 | * @param[in] env An environment handle returned by #mdb_env_create(). |
974 | 974 | * @param[in] func An #MDB_assert_func function, or 0. |
|
0 commit comments