summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-message-handler.c
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dbus-message-handler.c')
-rw-r--r--dbus/dbus-message-handler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/dbus-message-handler.c b/dbus/dbus-message-handler.c
index 143d7b03..6d5bb78d 100644
--- a/dbus/dbus-message-handler.c
+++ b/dbus/dbus-message-handler.c
@@ -137,7 +137,7 @@ _dbus_message_handler_handle_message (DBusMessageHandler *handler,
dbus_mutex_unlock (message_handler_lock);
/* This function doesn't ref handler/connection/message
- * since that's done in dbus_connection_dispatch_message().
+ * since that's done in dbus_connection_dispatch().
*/
if (function != NULL)
return (* function) (handler, connection, message, user_data);