From 354de1d0b5df3b832491b00cbdfc34943033a3ab Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 4 Aug 2008 21:54:50 +0000 Subject: misc spelling/wording fixes Originally committed as revision 14539 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/random.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/random.c') 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. */ -- cgit v1.2.3