diff options
author | sthen <> | 2014-12-16 20:51:32 +0000 |
---|---|---|
committer | sthen <> | 2014-12-16 20:51:32 +0000 |
commit | 1711181cf04802398af99b3d8ffff8829eb38455 (patch) | |
tree | 6d921789ca743118a3410119891f5989189a733f /src/lib/libc/stdlib/rand.c | |
parent | 5aa651ea1f4fe51c284c233c6f00b23db2e740e2 (diff) | |
download | openbsd-1711181cf04802398af99b3d8ffff8829eb38455.tar.gz openbsd-1711181cf04802398af99b3d8ffff8829eb38455.tar.bz2 openbsd-1711181cf04802398af99b3d8ffff8829eb38455.zip |
typo; ok deraadt
Diffstat (limited to 'src/lib/libc/stdlib/rand.c')
-rw-r--r-- | src/lib/libc/stdlib/rand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libc/stdlib/rand.c b/src/lib/libc/stdlib/rand.c index ee2fd44bac..f163581e8d 100644 --- a/src/lib/libc/stdlib/rand.c +++ b/src/lib/libc/stdlib/rand.c | |||
@@ -55,7 +55,7 @@ rand(void) | |||
55 | 55 | ||
56 | #if defined(APIWARN) | 56 | #if defined(APIWARN) |
57 | __warn_references(rand, | 57 | __warn_references(rand, |
58 | "warning: rand() may return determinstic values, is that what you want?"); | 58 | "warning: rand() may return deterministic values, is that what you want?"); |
59 | #endif | 59 | #endif |
60 | 60 | ||
61 | void | 61 | void |