diff options
author | 2002-07-01 07:48:28 +0000 | |
---|---|---|
committer | 2002-07-01 07:48:28 +0000 | |
commit | 6ebdaaa74a17df3a10d936bdac7c7a2f77b70670 (patch) | |
tree | db9ae6f578dfea863274dc1da77c50ab08313de6 /lib/libc | |
parent | make more pedantic check on strtoul. from deraadt, sync w/kame (diff) | |
download | wireguard-openbsd-6ebdaaa74a17df3a10d936bdac7c7a2f77b70670.tar.xz wireguard-openbsd-6ebdaaa74a17df3a10d936bdac7c7a2f77b70670.zip |
typo
Diffstat (limited to 'lib/libc')
-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* |