summaryrefslogtreecommitdiff
path: root/examples/C
diff options
context:
space:
mode:
authorJiří Klimeš <jklimes@redhat.com>2010-12-13 17:13:16 +0100
committerJiří Klimeš <jklimes@redhat.com>2010-12-13 17:13:16 +0100
commita6dccad94c49a5a9adc845f039e66ea9da034460 (patch)
tree05ceadf335159f03730741925fc387c3df0202e0 /examples/C
parent1beb2632a0ce5acb1bb2df35a6fb0cc5d4ad83b7 (diff)
examples: trivial comment fix
Diffstat (limited to 'examples/C')
-rw-r--r--examples/C/get-active-connections.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/C/get-active-connections.c b/examples/C/get-active-connections.c
index a605c2ac..36224d29 100644
--- a/examples/C/get-active-connections.c
+++ b/examples/C/get-active-connections.c
@@ -238,7 +238,7 @@ int main (int argc, char *argv[])
DBUS_INTERFACE_PROPERTIES);
g_assert (props_proxy);
- /* Add a connection */
+ /* Get active connections */
get_active_connections (bus, props_proxy);
g_object_unref (props_proxy);