From 6c536df1d0e8657525e9e7f644a825070d1fdc4b Mon Sep 17 00:00:00 2001 From: reimar Date: Fri, 9 Sep 2005 15:54:09 +0000 Subject: Fix a typo in a comment git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16436 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/gl_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo') diff --git a/libvo/gl_common.c b/libvo/gl_common.c index fcaac5f2a1..cc05793d62 100644 --- a/libvo/gl_common.c +++ b/libvo/gl_common.c @@ -305,7 +305,7 @@ void glCreateClearTex(GLenum target, GLenum fmt, GLint filter, * \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) { -- cgit v1.2.3