]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Fix typos.
authorstefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Tue, 10 Mar 2009 21:41:31 +0000 (21:41 +0000)
committerstefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Tue, 10 Mar 2009 21:41:31 +0000 (21:41 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17927 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavutil/random_seed.h

index 3723d236b9ede251853f3651c971c6b3dd88d237..bda7817ed0b3fda307cc1665a1cf170c6e777b81 100644 (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();