1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00

Fix typos.

Originally committed as revision 17927 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stefano Sabatini 2009-03-10 21:41:31 +00:00
parent e40ee25c49
commit 8358c03479

View File

@ -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();