[FFmpeg-cvslog] avutil/lfg: fix comment typo

Rémi Denis-Courmont git at videolan.org
Thu Sep 15 18:27:10 EEST 2022


ffmpeg | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Sep 15 18:05:33 2022 +0300| [a90e5335b3bf1f21b738b5bdf33de1b4fedf202d] | committer: Gyan Doshi

avutil/lfg: fix comment typo

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a90e5335b3bf1f21b738b5bdf33de1b4fedf202d
---

 libavutil/lfg.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 {



More information about the ffmpeg-cvslog mailing list