[FFmpeg-devel] [PATCH] Fix spelling in internal.h comments.
Måns Rullgård
mans
Mon Jan 31 00:02:51 CET 2011
Alex Converse <alex.converse at gmail.com> writes:
> ---
> libavutil/internal.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
>
> diff --git a/libavutil/internal.h b/libavutil/internal.h
> index 748a823..5d85740 100644
> --- a/libavutil/internal.h
> +++ b/libavutil/internal.h
> @@ -49,7 +49,7 @@
>
> /**
> * Mark a variable as used and prevent the compiler from optimizing it away.
> - * This is useful for asm that accesses varibles in ways that the compiler does not
> + * This is useful for asm that accesses variables in ways that the compiler does not
> * understand
> */
> #ifndef attribute_used
I'd like to rename this to av_used and put it in attributes.h along
with the rest.
--
M?ns Rullg?rd
mans at mansr.com
More information about the ffmpeg-devel
mailing list