From 98befbb770dabfe0d73bd238529061f4907517b8 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 8 Feb 2013 15:10:39 +0000 Subject: Fix comment. --- render/html.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/render/html.c b/render/html.c index c135db198..3a7e3c831 100644 --- a/render/html.c +++ b/render/html.c @@ -2653,8 +2653,8 @@ html_get_contextual_content(struct content *c, * \param c html content to look inside * \param x x-coordinate of point of interest * \param y y-coordinate of point of interest - * \param scrx x-coordinate of point of interest - * \param scry y-coordinate of point of interest + * \param scrx number of px try to scroll something in x direction + * \param scry number of px try to scroll something in y direction * \return true iff scroll was consumed by something in the content */ static bool -- cgit v1.2.3