summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTanu Kaskinen <tanuk@iki.fi>2009-08-09 09:14:27 +0300
committerTanu Kaskinen <tanuk@iki.fi>2009-08-09 09:14:27 +0300
commit76bd03bddb7967c56d68ead22e5d4eae5a82625a (patch)
treef26a2b7555c80872f1c3f6e5aca0b1a684f31c8c
parent3e9de1a36c3f85f558f08167cd82163b0cbf3484 (diff)
dbus-util: Trivial comment punctuation fix.
-rw-r--r--src/pulsecore/dbus-util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pulsecore/dbus-util.h b/src/pulsecore/dbus-util.h
index 5443a4c1..9cee293c 100644
--- a/src/pulsecore/dbus-util.h
+++ b/src/pulsecore/dbus-util.h
@@ -91,8 +91,8 @@ int pa_dbus_get_fixed_array_set_property_arg(DBusConnection *c, DBusMessage *msg
int pa_dbus_get_basic_arg(DBusConnection *c, DBusMessage *msg, DBusMessageIter *iter, int type, void *data);
int pa_dbus_get_fixed_array_arg(DBusConnection *c, DBusMessage *msg, DBusMessageIter *iter, int item_type, void *array, unsigned *n);
-/* Returns a new proplist, that the caller has to free. If the proplist can't
- * be read from the iterator, an error reply is sent and NULL is returned. */
+/* Returns a new proplist that the caller has to free. If the proplist can't be
+ * read from the iterator, an error reply is sent and NULL is returned. */
pa_proplist *pa_dbus_get_proplist_arg(DBusConnection *c, DBusMessage *msg, DBusMessageIter *iter);
#endif