summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/rand.c
diff options
context:
space:
mode:
authorsthen <sthen@openbsd.org>2014-12-16 20:51:32 +0000
committersthen <sthen@openbsd.org>2014-12-16 20:51:32 +0000
commit26a0a4c46ef03feb0ca0a586e29847cce3a97a6d (patch)
tree8c0d941ff135206b2f6afd3a576bb64ea64b160b /lib/libc/stdlib/rand.c
parentwarn for correct symbol (diff)
downloadwireguard-openbsd-26a0a4c46ef03feb0ca0a586e29847cce3a97a6d.tar.xz
wireguard-openbsd-26a0a4c46ef03feb0ca0a586e29847cce3a97a6d.zip
typo; ok deraadt
Diffstat (limited to 'lib/libc/stdlib/rand.c')
-rw-r--r--lib/libc/stdlib/rand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/rand.c b/lib/libc/stdlib/rand.c
index ee2fd44bac6..f163581e8d7 100644
--- a/lib/libc/stdlib/rand.c
+++ b/lib/libc/stdlib/rand.c
@@ -55,7 +55,7 @@ rand(void)
#if defined(APIWARN)
__warn_references(rand,
- "warning: rand() may return determinstic values, is that what you want?");
+ "warning: rand() may return deterministic values, is that what you want?");
#endif
void