diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2002-07-01 07:48:29 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2002-07-01 07:48:29 +0000 |
commit | 04cf8c7c383d061d9ac275f4d5f22c3643a51de8 (patch) | |
tree | 6e7aed2b09053ec4b6aea6c913e588f760ed2ca7 /lib | |
parent | 689073346845c45c80fe0cec2eb0f02d202c6ff5 (diff) |
typo
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/ohash/ohash_init.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/ohash/ohash_init.3 b/lib/libc/ohash/ohash_init.3 index a2615a2073c..19b6354ed1c 100644 --- a/lib/libc/ohash/ohash_init.3 +++ b/lib/libc/ohash/ohash_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ohash_init.3,v 1.4 2001/09/24 12:19:24 espie Exp $ +.\" $OpenBSD: ohash_init.3,v 1.5 2002/07/01 07:48:28 espie Exp $ .\" .\" Copyright (c) 1999 Marc Espie. .\" @@ -211,7 +211,7 @@ and to dump relevant information to disk before aborting. .Sh THREAD SAFETY The open hashing functions are not thread-safe by design. -In particular, in a threaded envirnonment, there is no guarantee that a +In particular, in a threaded environment, there is no guarantee that a .Qq slot will not move between a .Fn ohash_lookup* |