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
1 changed files with 1 additions and 1 deletions

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 {