summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/rand.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/stdlib/rand.c')
-rw-r--r--src/lib/libc/stdlib/rand.c2
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
61void 61void