summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-04-16 17:18:13 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-04-17 14:22:30 +0100
commit9f9683a306d37b39c0f1d091b50fb0419c58221e (patch)
tree0bda9bc75f83512fec14433c226424025da6b6cf
parent027b7f0a6fd1ff9ccb9d0ed91fbd9807d31cda7a (diff)
TpBaseContactListPrivate: correct a comment
-rw-r--r--telepathy-glib/base-contact-list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/base-contact-list.c b/telepathy-glib/base-contact-list.c
index ed19d31b3..456418377 100644
--- a/telepathy-glib/base-contact-list.c
+++ b/telepathy-glib/base-contact-list.c
@@ -257,7 +257,7 @@ struct _TpBaseContactListPrivate
gulong status_changed_id;
- /* TRUE if @conn implements TpSvcConnectionInterface$FOO - used to
+ /* Non-NULL if @conn implements TpSvcConnectionInterface$FOO - used to
* decide whether to emit signals on these new interfaces. Initialized in
* the constructor and cleared when we lose @conn. */
_TpGDBusConnectionInterfaceContactList1 *contact_list_skeleton;