diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-03-10 21:41:31 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-03-10 21:41:31 +0000 |
commit | 8358c03479ae4a9bd77f7650e222fcc2580c1d7b (patch) | |
tree | dd3378cc084ff3c4d01b2e18e3c4572dcc969eea /libavutil/random_seed.h | |
parent | e40ee25c4943af8d3fbf0bf47109473d5a2ba8d1 (diff) | |
download | ffmpeg-8358c03479ae4a9bd77f7650e222fcc2580c1d7b.tar.gz |
Fix typos.
Originally committed as revision 17927 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/random_seed.h')
-rw-r--r-- | libavutil/random_seed.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/random_seed.h b/libavutil/random_seed.h index 3723d236b9..bda7817ed0 100644 --- a/libavutil/random_seed.h +++ b/libavutil/random_seed.h @@ -24,7 +24,7 @@ #include <stdint.h> /** - * Get a seed to use in conjuction with random functions + * Gets a seed to use in conjuction with random functions. */ uint32_t ff_random_get_seed(); |