libc(bt_seq.c): fix "uninitialized" spelling

From "unitialized" to "uninitialized".

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:
rilysh 2024-02-13 14:17:03 +05:30 committed by Warner Losh
parent bdf5675a49
commit 0fc1fb1491

View file

@ -83,7 +83,7 @@ __bt_seq(const DB *dbp, DBT *key, DBT *data, u_int flags)
}
/*
* If scan unitialized as yet, or starting at a specific record, set
* If scan uninitialized as yet, or starting at a specific record, set
* the scan to a specific key. Both __bt_seqset and __bt_seqadv pin
* the page the cursor references if they're successful.
*/