Module Name: src
Committed By: rillig
Date: Tue Feb 21 19:27:14 UTC 2023
Modified Files:
src/lib/libc/stdlib: hcreate.3
Log Message:
hcreate.3: fix typo
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/lib/libc/stdlib/hcreate.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/stdlib/hcreate.3
diff -u src/lib/libc/stdlib/hcreate.3:1.14 src/lib/libc/stdlib/hcreate.3:1.15
--- src/lib/libc/stdlib/hcreate.3:1.14 Tue Feb 7 22:25:25 2017
+++ src/lib/libc/stdlib/hcreate.3 Tue Feb 21 19:27:14 2023
@@ -1,4 +1,4 @@
-.\" $NetBSD: hcreate.3,v 1.14 2017/02/07 22:25:25 christos Exp $
+.\" $NetBSD: hcreate.3,v 1.15 2023/02/21 19:27:14 rillig Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -99,7 +99,7 @@ the data can no longer be accessed.
.Pp
The
.Fn hsearch
-function is used to search to the hash table.
+function is used to search the hash table.
It returns a pointer into the
hash table indicating the address of an item.
The