The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=f362c952a53a1113b019c38afaba5cf375f3df95
commit f362c952a53a1113b019c38afaba5cf375f3df95 Author: rilysh <nightqu...@proton.me> AuthorDate: 2024-02-13 08:48:39 +0000 Commit: Warner Losh <i...@freebsd.org> CommitDate: 2024-04-12 22:34:55 +0000 libc(bt_utils.c): fix "contiguous" spelling From "contigous" to "contiguous". Signed-off-by: rilysh <nightqu...@proton.me> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1119 --- lib/libc/db/btree/bt_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/db/btree/bt_utils.c b/lib/libc/db/btree/bt_utils.c index 994d9a14ab86..0594fbad6e9c 100644 --- a/lib/libc/db/btree/bt_utils.c +++ b/lib/libc/db/btree/bt_utils.c @@ -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. */