summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorAlexander Seiler <seileralex@gmail.com>2023-03-28 17:16:42 +0200
committerDudemanguy <random342@airmail.cc>2023-03-28 19:29:44 +0000
commitbdf7b5c3b81033a61e218808a95fd3144f20d993 (patch)
tree619c4a9ad0da5c5c274d52c65d0e0bdc6306dbec /misc
parent292a5868cb60c481ae9eaed7d21e67dcff41938f (diff)
downloadmpv-bdf7b5c3b81033a61e218808a95fd3144f20d993.tar.bz2
mpv-bdf7b5c3b81033a61e218808a95fd3144f20d993.tar.xz
various: fix various typos in the code base
Signed-off-by: Alexander Seiler <seileralex@gmail.com>
Diffstat (limited to 'misc')
-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);