# HG changeset patch # User Mark Doliner # Date 1162981320 0 # Node ID 4504a21b1d8f62278f7529e0354e857ab04bfc3e # Parent e6ac2ca2da0fd379f6f0439402036d25afa4ba31 [gaim-migrate @ 17706] I'm tired committer: Tailor Script diff -r e6ac2ca2da0f -r 4504a21b1d8f libgaim/protocols/irc/parse.c --- a/libgaim/protocols/irc/parse.c Wed Nov 08 10:06:36 2006 +0000 +++ b/libgaim/protocols/irc/parse.c Wed Nov 08 10:22:00 2006 +0000 @@ -538,7 +538,7 @@ irc->recv_time = time(NULL); /* - * The data based to irc-receiving-text is the raw protocol data. + * The data passed to irc-receiving-text is the raw protocol data. * TODO: It should be passed as an array of bytes and a length * instead of a null terminated string. */