diff options
author | sthen <> | 2014-12-16 20:51:32 +0000 |
---|---|---|
committer | sthen <> | 2014-12-16 20:51:32 +0000 |
commit | c2e399263206ba62e8c110ac855698bccb450490 (patch) | |
tree | 6d921789ca743118a3410119891f5989189a733f /src/lib/libc/stdlib/rand.c | |
parent | e67ae6690d33278dbeba862b85bfb365b1a1d24a (diff) | |
download | openbsd-c2e399263206ba62e8c110ac855698bccb450490.tar.gz openbsd-c2e399263206ba62e8c110ac855698bccb450490.tar.bz2 openbsd-c2e399263206ba62e8c110ac855698bccb450490.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 |