Fix a typo in a comment
authorMatthias Clasen <mclasen@redhat.com>
Tue, 24 Dec 2013 04:59:37 +0000 (23:59 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 1 Jan 2014 22:59:21 +0000 (17:59 -0500)
The D-Bus interface is org.freedesktop.DBus.Peer, not
org.freedesktop.DBus.

gio/gdbusconnection.c

index 57fa193..fef04a5 100644 (file)
@@ -356,7 +356,7 @@ struct _GDBusConnection
   GMutex init_lock;
 
   /* Set (by loading the contents of /var/lib/dbus/machine-id) the first time
-   * someone calls org.freedesktop.DBus.GetMachineId(). Protected by @lock.
+   * someone calls org.freedesktop.DBus.Peer.GetMachineId(). Protected by @lock.
    */
   gchar *machine_id;