From a6dccad94c49a5a9adc845f039e66ea9da034460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Klime=C5=A1?= Date: Mon, 13 Dec 2010 17:13:16 +0100 Subject: [PATCH] examples: trivial comment fix --- examples/C/get-active-connections.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/C/get-active-connections.c b/examples/C/get-active-connections.c index a605c2ac4b..36224d29ad 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);