summaryrefslogtreecommitdiff
path: root/windows/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'windows/window.h')
-rw-r--r--windows/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/window.h b/windows/window.h
index 72c6ec53b..ec54287f4 100644
--- a/windows/window.h
+++ b/windows/window.h
@@ -86,7 +86,7 @@ struct gui_window *nsws_get_gui_window(HWND hwnd);
* Cause a browser window to navigate to a url
*
* \param hwnd The win32 handle to the browser window or one of its decendants.
- * \param url The URL to navigate to.
+ * \param urltxt The URL to navigate to.
*/
bool nsws_window_go(HWND hwnd, const char *urltxt);