mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
libc(bt_utils.c): fix "contiguous" spelling
From "contigous" to "contiguous". Signed-off-by: rilysh <nightquick@proton.me> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1119
This commit is contained in:
parent
0fc1fb1491
commit
f362c952a5
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ __bt_ret(BTREE *t, EPG *e, DBT *key, DBT *rkey, DBT *data, DBT *rdata, int copy)
|
|||
bl = GETBLEAF(e->page, e->index);
|
||||
|
||||
/*
|
||||
* We must copy big keys/data to make them contigous. Otherwise,
|
||||
* We must copy big keys/data to make them contiguous. Otherwise,
|
||||
* leave the page pinned and don't copy unless the user specified
|
||||
* concurrent access.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue