mdbx-test: fix minor typos.

Change-Id: I4889a0e698bdfdda7eed257a5cd29e8b8089d102
This commit is contained in:
Leonid Yuriev
2018-08-12 21:15:23 +03:00
parent 26c4b673c4
commit c43b7d1aba
3 changed files with 2 additions and 4 deletions

View File

@@ -7754,7 +7754,7 @@ int mdbx_cursor_put(MDBX_cursor *mc, MDBX_val *key, MDBX_val *data,
offset *= 4; /* space for 4 more */
break;
}
/* FALLTHRU: Big enough MDBX_DUPFIXaED sub-page */
/* FALLTHRU: Big enough MDBX_DUPFIXED sub-page */
__fallthrough;
case MDBX_CURRENT | MDBX_NODUPDATA:
case MDBX_CURRENT: