From 72721cd2a7142504b2f1249a1e03b2a80a4518ea Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sun, 21 Sep 2014 00:18:33 +0200 Subject: One small comment correction while "merging" stuff. --- protocols/jabber/jabber_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols') diff --git a/protocols/jabber/jabber_util.c b/protocols/jabber/jabber_util.c index f850e9d6..0fcc8338 100644 --- a/protocols/jabber/jabber_util.c +++ b/protocols/jabber/jabber_util.c @@ -307,7 +307,7 @@ void jabber_buddy_ask( struct im_connection *ic, char *handle ) g_free( buf ); } -/* Compares two Jabber IDs to check for match. */ +/* Compares just the bare portions of two Jabber IDs. */ int jabber_compare_jid( const char *jid1, const char *jid2 ) { int i; -- cgit v1.2.3