diff mbox series

[FFmpeg-devel] lfg: fix comment typo

Message ID 20220915150533.18968-1-remi@remlab.net
State Accepted
Commit a90e5335b3bf1f21b738b5bdf33de1b4fedf202d
Headers show
Series [FFmpeg-devel] lfg: fix comment typo | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Rémi Denis-Courmont Sept. 15, 2022, 3:05 p.m. UTC
From: Rémi Denis-Courmont <remi@remlab.net>

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

Comments

Gyan Doshi Sept. 15, 2022, 3:22 p.m. UTC | #1
On 2022-09-15 08:35 pm, remi@remlab.net wrote:
> From: Rémi Denis-Courmont <remi@remlab.net>
>
> ---
>   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 {

Will apply.

Regards,
Gyan
diff mbox series

Patch

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 {