diff options
author | RĂ©mi Denis-Courmont <remi@remlab.net> | 2022-09-15 18:05:33 +0300 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2022-09-15 20:56:23 +0530 |
commit | a90e5335b3bf1f21b738b5bdf33de1b4fedf202d (patch) | |
tree | 9b02f43b5678b65cef7e3f836c13295036a957cc /libavutil/lfg.h | |
parent | 0e0f74b6328498d1a7bcf6af7146774e1a22c628 (diff) | |
download | ffmpeg-a90e5335b3bf1f21b738b5bdf33de1b4fedf202d.tar.gz |
avutil/lfg: fix comment typo
Diffstat (limited to 'libavutil/lfg.h')
-rw-r--r-- | libavutil/lfg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/lfg.h b/libavutil/lfg.h index 2b669205d1..9a1e277acd 100644 --- a/libavutil/lfg.h +++ b/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 { |