# HG changeset patch # User reimar # Date 1126281249 0 # Node ID b5ca0e5760d03a49d0cd9042e6a5794d7c8c26fe # Parent db8d8039a5f45eb37245846a0bc107aaa65a1339 Fix a typo in a comment diff -r db8d8039a5f4 -r b5ca0e5760d0 libvo/gl_common.c --- a/libvo/gl_common.c Fri Sep 09 14:49:13 2005 +0000 +++ b/libvo/gl_common.c Fri Sep 09 15:54:09 2005 +0000 @@ -305,7 +305,7 @@ * \param type OpenGL type * \return bytes per pixel * - * Does not handle all possible variants, just those use by MPlayer + * Does not handle all possible variants, just those used by MPlayer */ int glFmt2bpp(GLenum format, GLenum type) { switch (type) {