From b1898cf874c2f73718e15f1e6e0e45571af040d2 Mon Sep 17 00:00:00 2001 From: "tg(x)" <*@tg-x.net> Date: Mon, 9 May 2011 16:56:26 +0200 Subject: [PATCH] doc --- include/psyc/render.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/psyc/render.h b/include/psyc/render.h index 9d0b5c4..12fd42d 100644 --- a/include/psyc/render.h +++ b/include/psyc/render.h @@ -48,9 +48,9 @@ typedef enum * The packet structure should contain the packet parts, either routing, entity, * method & data, or routing & content when rendering raw content. * It should also contain the contentLength & total length of the packet, - * you can use psyc_setPacketLength for calculating & setting these values. - * This function renders packet->length bytes to buffer, - * if it doesn't fit in the buffer an error is returned. + * you can use psyc_setPacketLength() for calculating & setting these values. + * This function renders packet->length bytes to the buffer, + * if buflen is less than that an error is returned. * * @see psyc_newPacket * @see psyc_newPacket2