summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-08-13 23:41:02 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-08-13 23:41:02 +0100
commit19b3876ff27b5dfb48c9694721e528827742e654 (patch)
tree0b503cb5dd9f407cbf00422b88cd85d1f30a54af /render
parentd09dc4431045df534fd909ade462b9d7c6b8b135 (diff)
downloadnetsurf-19b3876ff27b5dfb48c9694721e528827742e654.tar.gz
netsurf-19b3876ff27b5dfb48c9694721e528827742e654.tar.bz2
Fix comment.
Diffstat (limited to 'render')
-rw-r--r--render/search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/search.c b/render/search.c
index 246c4e39f..96166ed5c 100644
--- a/render/search.c
+++ b/render/search.c
@@ -113,7 +113,7 @@ static struct browser_window *search_get_browser_window(
/**
* create a search_context
- * \param bw the browser_window the search_context is connected to
+ * \param h the hlcache_handle the search_context is connected to
* \param callbacks the callbacks to modify appearance according to results
* \param p the pointer to send to the callbacks
* \return true for success