diff options
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 |