comparison random_seed.h @ 694:7af4b9eede26 libavutil

Fix typo: 'conjuction' -> 'conjunction'.
author stefano
date Sun, 15 Mar 2009 16:36:36 +0000
parents ddffe864f8b2
children 1ff442f2660c
comparison
equal deleted inserted replaced
693:ddffe864f8b2 694:7af4b9eede26
22 #define AVUTIL_RANDOM_SEED_H 22 #define AVUTIL_RANDOM_SEED_H
23 23
24 #include <stdint.h> 24 #include <stdint.h>
25 25
26 /** 26 /**
27 * Gets a seed to use in conjuction with random functions. 27 * Gets a seed to use in conjunction with random functions.
28 */ 28 */
29 uint32_t ff_random_get_seed(void); 29 uint32_t ff_random_get_seed(void);
30 30
31 #endif /* AVUTIL_RANDOM_SEED_H */ 31 #endif /* AVUTIL_RANDOM_SEED_H */