1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

avutil/lfg: fix comment typo

This commit is contained in:
Rémi Denis-Courmont
2022-09-15 18:05:33 +03:00
committed by Gyan Doshi
parent 0e0f74b632
commit a90e5335b3

View File

@@ -27,7 +27,7 @@
/**
* Context structure for the Lagged Fibonacci PRNG.
* 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.
*/
typedef struct AVLFG {