summaryrefslogtreecommitdiff
path: root/desktop/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/gui.h')
-rw-r--r--desktop/gui.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/desktop/gui.h b/desktop/gui.h
index a19f30115..21dd85e68 100644
--- a/desktop/gui.h
+++ b/desktop/gui.h
@@ -95,8 +95,7 @@ struct gui_window_table {
* \param flags flags for gui window creation
* \return gui window, or NULL on error
*
- * If GW_CREATE_CLONE or GW_CREATE_TAB flags are set, existing is
- * non-NULL.
+ * If GW_CREATE_CLONE flag is set existing is non-NULL.
*
* Front end's gui_window must include a reference to the
* browser window passed in the bw param.