summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-watch.c
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dbus-watch.c')
-rw-r--r--dbus/dbus-watch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/dbus-watch.c b/dbus/dbus-watch.c
index 69184f17..78001612 100644
--- a/dbus/dbus-watch.c
+++ b/dbus/dbus-watch.c
@@ -190,7 +190,7 @@ _dbus_watch_list_new (void)
void
_dbus_watch_list_free (DBusWatchList *watch_list)
{
- /* free watch_data as a side effect */
+ /* free watch_data and removes watches as a side effect */
_dbus_watch_list_set_functions (watch_list,
NULL, NULL, NULL, NULL);