summaryrefslogtreecommitdiffstats
path: root/misc/random.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc/random.h')
-rw-r--r--misc/random.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/random.h b/misc/random.h
index 9a3bef2fbc..dae66a0939 100644
--- a/misc/random.h
+++ b/misc/random.h
@@ -29,7 +29,7 @@
void mp_rand_seed(uint64_t seed);
/*
- * Return the next 64-bit psuedo-random integer, and update the state
+ * Return the next 64-bit pseudo-random integer, and update the state
* accordingly.
*/
uint64_t mp_rand_next(void);