diff options
-rw-r--r-- | libempathy/empathy-individual-manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-individual-manager.c b/libempathy/empathy-individual-manager.c index c75a78208..132acef95 100644 --- a/libempathy/empathy-individual-manager.c +++ b/libempathy/empathy-individual-manager.c @@ -58,7 +58,7 @@ typedef struct GHashTable *individuals; /* Individual.id -> Individual */ gboolean contacts_loaded; - /* FolksIndividual sorted by popularity (most popular first) */ + /* reffed FolksIndividual sorted by popularity (most popular first) */ GSequence *individuals_pop; /* The TOP_INDIVIDUALS_LEN first FolksIndividual (borrowed) from * individuals_pop */ |