summaryrefslogtreecommitdiff
path: root/libavutil/random.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/random.c')
-rw-r--r--libavutil/random.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/random.c b/libavutil/random.c
index 0d31e8ad8b..79919882ee 100644
--- a/libavutil/random.c
+++ b/libavutil/random.c
@@ -41,7 +41,7 @@ void av_init_random(unsigned int seed, AVRandomState *state)
int index;
/*
- This differs from the wikipedia article. Source is from the Makoto
+ This differs from the wikipedia article. Source is from the
Makoto Matsumoto and Takuji Nishimura code, with the following comment:
*/
/* See Knuth TAOCP Vol2. 3rd Ed. P.106 for multiplier. */