From cb53153fa19dd1e495401c0b27b2fbc4117d0fe7 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 23 Feb 2015 22:35:01 +0100 Subject: [PATCH] Update comment in load_overlay_image_done --- input/input_overlay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/input_overlay.c b/input/input_overlay.c index a508fe0ae2..3814325f03 100644 --- a/input/input_overlay.c +++ b/input/input_overlay.c @@ -470,7 +470,7 @@ static bool input_overlay_load_overlay_image_done(struct overlay *overlay) overlay->pos = 0; /* Divide iteration steps by half of total descs if size is even, - * otherwise default to 8 (arbitrary value for now to speed things up). */ + * otherwise default to 1. */ overlay->pos_increment = (overlay->size / 2) ? (overlay->size / 2) : 1; #if 0