about summary refs log tree commit diff stats
path: root/src/jid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/jid.c')
-rw-r--r--src/jid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jid.c b/src/jid.c
index 7a62e141..6347f083 100644
--- a/src/jid.c
+++ b/src/jid.c
@@ -154,8 +154,8 @@ parse_room_jid(const char * const full_room_jid, char **room, char **nick)
 }
 
 /*
- * Given a room name, and a nick name create and return a full JID of the form
- * room@server/nick
+ * Given a barejid, and resourcepart, create and return a full JID of the form
+ * barejid/resourcepart
  * Will return a newly created string that must be freed by the caller
  */
 char *