summaryrefslogtreecommitdiff
path: root/libavutil/random.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-08-04 21:54:50 +0000
committerDiego Biurrun <diego@biurrun.de>2008-08-04 21:54:50 +0000
commit354de1d0b5df3b832491b00cbdfc34943033a3ab (patch)
tree77ba894675abb94f71a2a5361c494acbfd29b359 /libavutil/random.c
parent910e3668170d2e1e56dc28f8b722232a218e4b9a (diff)
misc spelling/wording fixes
Originally committed as revision 14539 to svn://svn.ffmpeg.org/ffmpeg/trunk
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. */