diff random_seed.h @ 957:e34e8d654ded libavutil

Fix grammar errors in documentation
author mru
date Wed, 30 Jun 2010 15:38:06 +0000
parents 1ff442f2660c
children
line wrap: on
line diff
--- a/random_seed.h	Wed Jun 30 10:38:04 2010 +0000
+++ b/random_seed.h	Wed Jun 30 15:38:06 2010 +0000
@@ -24,7 +24,7 @@
 #include <stdint.h>
 
 /**
- * Gets a seed to use in conjunction with random functions.
+ * Get a seed to use in conjunction with random functions.
  */
 uint32_t av_get_random_seed(void);