From 12cdd0f6dd193c2eee7598fe22243961b4ff2066 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 14 Jul 2009 13:13:47 +0000 Subject: Fix comment. svn path=/trunk/netsurf/; revision=8520 --- render/html_redraw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/render/html_redraw.c b/render/html_redraw.c index 30a7c5ea2..0fc10cb6c 100644 --- a/render/html_redraw.c +++ b/render/html_redraw.c @@ -546,7 +546,7 @@ bool html_redraw_box(struct box *box, } - /* dotted debug outlines */ + /* Debug outlines */ if (html_redraw_debug) { int margin_left, margin_right; int margin_top, margin_bottom; -- cgit v1.2.3