From abbb45ce13bdf9c21ad673253ca5cc6279bbe36d Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 14 Jun 2013 22:58:21 +0200 Subject: gl_video: typo in comment --- video/out/gl_video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video') diff --git a/video/out/gl_video.c b/video/out/gl_video.c index a2c032de6b..25b1547327 100644 --- a/video/out/gl_video.c +++ b/video/out/gl_video.c @@ -1783,7 +1783,7 @@ static bool init_format(int fmt, struct gl_video *init) plane_format[0] = byte_formats[1]; } - // XYZ (same roganization as RGB packed, but requires conversion matrix) + // XYZ (same organization as RGB packed, but requires conversion matrix) if (!supported && fmt == IMGFMT_XYZ12) { supported = true; plane_format[0] = IMGFMT_RGB48; -- cgit v1.2.3