[FFmpeg-devel] [PATCH] Fix spelling in internal.h comments. (original) (raw)

Diego Biurrun diego
Mon Jan 31 00:47:37 CET 2011


On Sun, Jan 30, 2011 at 11:02:51PM +0000, M?ns Rullg?rd wrote:

Alex Converse <alex.converse at gmail.com> writes:

> --- 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 attributeused I'd like to rename this to avused and put it in attributes.h along with the rest.

Sounds like a good idea to me...

Diego



More information about the ffmpeg-devel mailing list