mdbx: fix commit typo (minor).

Change-Id: I3e6564eb9a1404c3aaffb7dd9143dc64e7d822af
This commit is contained in:
Leonid Yuriev 2019-12-25 12:36:05 +03:00
parent 7b6880bdc9
commit 03a68e87ba

View File

@ -1584,7 +1584,7 @@ retry_mapview:;
switch (rc) { switch (rc) {
case EAGAIN: case EAGAIN:
case ENOMEM: case ENOMEM:
case EFAULT /* MADV_DODUMP / MADV_DONTDUMP are mixed for mmap-mange */: case EFAULT /* MADV_DODUMP / MADV_DONTDUMP are mixed for mmap-range */:
rc = MDBX_RESULT_TRUE; rc = MDBX_RESULT_TRUE;
} }
return rc; return rc;