summaryrefslogtreecommitdiffstats
path: root/sys/libkern/random.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/libkern/random.c')
-rw-r--r--sys/libkern/random.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/libkern/random.c b/sys/libkern/random.c
index 360ff81..3ad75bf 100644
--- a/sys/libkern/random.c
+++ b/sys/libkern/random.c
@@ -50,7 +50,7 @@ srandom(seed)
}
/*
- * Pseudo-random number generator for randomizing the profiling clock,
+ * Pseudo-random number generator for perturbing the profiling clock,
* and whatever else we might use it for. The result is uniform on
* [0, 2^31 - 1].
*/
OpenPOWER on IntegriCloud