summaryrefslogtreecommitdiffstats
path: root/libvo/gl_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/gl_common.c')
-rw-r--r--libvo/gl_common.c2
1 files changed, 1 insertions, 1 deletions
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) {