avutil/lfg: fix comment typo

pull/388/head
Rémi Denis-Courmont 2 years ago committed by Gyan Doshi
parent 0e0f74b632
commit a90e5335b3
  1. 2
      libavutil/lfg.h

@ -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 {

Loading…
Cancel
Save