diff options
author | 2014-12-16 20:51:32 +0000 | |
---|---|---|
committer | 2014-12-16 20:51:32 +0000 | |
commit | 26a0a4c46ef03feb0ca0a586e29847cce3a97a6d (patch) | |
tree | 8c0d941ff135206b2f6afd3a576bb64ea64b160b /lib/libc/stdlib/random.c | |
parent | warn for correct symbol (diff) | |
download | wireguard-openbsd-26a0a4c46ef03feb0ca0a586e29847cce3a97a6d.tar.xz wireguard-openbsd-26a0a4c46ef03feb0ca0a586e29847cce3a97a6d.zip |
typo; ok deraadt
Diffstat (limited to 'lib/libc/stdlib/random.c')
-rw-r--r-- | lib/libc/stdlib/random.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/random.c b/lib/libc/stdlib/random.c index 0838d0bb359..96cced9a204 100644 --- a/lib/libc/stdlib/random.c +++ b/lib/libc/stdlib/random.c @@ -1,4 +1,4 @@ -/* $OpenBSD: random.c,v 1.27 2014/12/16 20:42:36 deraadt Exp $ */ +/* $OpenBSD: random.c,v 1.28 2014/12/16 20:51:32 sthen Exp $ */ /* * Copyright (c) 1983 Regents of the University of California. * All rights reserved. @@ -418,5 +418,5 @@ random(void) #if defined(APIWARN) __warn_references(random, - "warning: random() may return determinstic values, is that what you want?"); + "warning: random() may return deterministic values, is that what you want?"); #endif |