mirror of https://git.ffmpeg.org/ffmpeg.git
avutil/lfg: fix comment typo
This commit is contained in:
parent
0e0f74b632
commit
a90e5335b3
|
@ -27,7 +27,7 @@
|
||||||
/**
|
/**
|
||||||
* Context structure for the Lagged Fibonacci PRNG.
|
* Context structure for the Lagged Fibonacci PRNG.
|
||||||
* The exact layout, types and content of this struct may change and should
|
* The exact layout, types and content of this struct may change and should
|
||||||
* not be accessed directly. Only its sizeof() is guranteed to stay the same
|
* not be accessed directly. Only its sizeof() is guaranteed to stay the same
|
||||||
* to allow easy instanciation.
|
* to allow easy instanciation.
|
||||||
*/
|
*/
|
||||||
typedef struct AVLFG {
|
typedef struct AVLFG {
|
||||||
|
|
Loading…
Reference in New Issue