aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorrilysh <nightquick@proton.me>2024-02-13 08:47:03 +0000
committerWarner Losh <imp@FreeBSD.org>2024-04-12 22:34:54 +0000
commit0fc1fb1491c6e5d41d2d5096cd7b14cb321a4d9c (patch)
treebe0007d80f6799a552c53142cdb4f765f57343df /lib/libc
parentbdf5675a4955415efd28b677b7be11cb6c567b20 (diff)
downloadsrc-0fc1fb1491c6e5d41d2d5096cd7b14cb321a4d9c.tar.gz
src-0fc1fb1491c6e5d41d2d5096cd7b14cb321a4d9c.zip
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/db/btree/bt_seq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/db/btree/bt_seq.c b/lib/libc/db/btree/bt_seq.c
index 9324149f1d5a..2562724faf33 100644
--- a/lib/libc/db/btree/bt_seq.c
+++ b/lib/libc/db/btree/bt_seq.c
@@ -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.
*/