From 5d4281fbbe70bbd2ad37d451d66586aacfff07a8 Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Sat, 26 Jun 2021 18:54:00 +0300 Subject: [PATCH] mdbx: minor fix spelling. --- .github/actions/spelling/expect.txt | 1 - src/internals.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/actions/spelling/expect.txt b/.github/actions/spelling/expect.txt index a8284d57..634fb6e5 100644 --- a/.github/actions/spelling/expect.txt +++ b/.github/actions/spelling/expect.txt @@ -1273,7 +1273,6 @@ ppc pragma pread prealloc -prealloc'd PREDEF prefetch Prefetcher diff --git a/src/internals.h b/src/internals.h index 9e453e49..a4e50667 100644 --- a/src/internals.h +++ b/src/internals.h @@ -1148,7 +1148,7 @@ struct MDBX_env { mdbx_thread_key_t me_txkey; /* thread-key for readers */ char *me_pathname; /* path to the DB files */ void *me_pbuf; /* scratch area for DUPSORT put() */ - MDBX_txn *me_txn0; /* prealloc'd write transaction */ + MDBX_txn *me_txn0; /* preallocated write transaction */ MDBX_dbx *me_dbxs; /* array of static DB info */ uint16_t *me_dbflags; /* array of flags from MDBX_db.md_flags */