spelling/grammar/consistency review part III

Originally committed as revision 16849 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2009-01-28 23:16:49 +00:00
parent bfe3676feb
commit 7d685b486b
9 changed files with 30 additions and 28 deletions

View File

@@ -1,5 +1,5 @@
/*
* Mersenne Twister Random Algorithm
* Mersenne Twister PRNG algorithm
* Copyright (c) 2006 Ryan Martell
* Based on a C program for MT19937, with initialization improved 2002/1/26.
* Coded by Takuji Nishimura and Makoto Matsumoto.