From adeb661582a99d0a71633df78f0606183194c935 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 3 Nov 2010 15:44:01 +0000 Subject: Fix comment. svn path=/trunk/netsurf/; revision=10935 --- render/html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/render/html.c b/render/html.c index d074b58b9..db6409ec7 100644 --- a/render/html.c +++ b/render/html.c @@ -1743,7 +1743,7 @@ void html_reformat(struct content *c, int width, int height) /** * Redraw a box. * - * \param c content containing the box, of type CONTENT_HTML + * \param h content containing the box, of type CONTENT_HTML * \param box box to redraw */ -- cgit v1.2.3