mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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:
parent
bdf5675a49
commit
0fc1fb1491
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue