From 69b57bad34733dce1cd50303502180f2a52b47db Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 20 Nov 2016 15:23:43 +0100 Subject: [PATCH] Fix comment --- gfx/video_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/video_driver.c b/gfx/video_driver.c index 37577e58da..09333c20a2 100644 --- a/gfx/video_driver.c +++ b/gfx/video_driver.c @@ -107,7 +107,7 @@ static video_driver_t *current_video = NULL; /* Interface for "poking". */ static const video_poke_interface_t *video_driver_poke = NULL; -/* Used for 16-bit -> 16-bit conversions that take place before +/* Used for 15-bit -> 16-bit conversions that take place before * being passed to video driver. */ static video_pixel_scaler_t *video_driver_scaler_ptr = NULL;