typo; ok deraadt
authorsthen <sthen@openbsd.org>
Tue, 16 Dec 2014 20:51:32 +0000 (20:51 +0000)
committersthen <sthen@openbsd.org>
Tue, 16 Dec 2014 20:51:32 +0000 (20:51 +0000)
lib/libc/stdlib/rand.c
lib/libc/stdlib/random.c

index ee2fd44..f163581 100644 (file)
@@ -55,7 +55,7 @@ rand(void)
 
 #if defined(APIWARN)
 __warn_references(rand,
-    "warning: rand() may return determinstic values, is that what you want?");
+    "warning: rand() may return deterministic values, is that what you want?");
 #endif
 
 void
index 0838d0b..96cced9 100644 (file)
@@ -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