mirror of
https://github.com/isar/libmdbx.git
synced 2025-12-18 17:52:22 +08:00
mdbx: more spelling.
Change-Id: I45e42c1d8ef51f910b8e41279b92e54a6b2ce772
This commit is contained in:
@@ -164,7 +164,7 @@ void osal_setup(const std::vector<actor_config> &actors) {
|
||||
,
|
||||
-1, 0);
|
||||
if (MAP_FAILED == (void *)shared)
|
||||
failure_perror("mmap(shared_conds)", errno);
|
||||
failure_perror("mmap(shared)", errno);
|
||||
|
||||
shared->count = actors.size() + 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user