From b3de8a29c4fc4de3919b13475599660e2e157f5b Mon Sep 17 00:00:00 2001 From: Lee Salzman Date: Sat, 28 Dec 2013 17:21:14 +0200 Subject: [PATCH] another doc fix --- packet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packet.c b/packet.c index b17ba3c..5fa78b2 100644 --- a/packet.c +++ b/packet.c @@ -11,7 +11,7 @@ */ /** Creates a packet that may be sent to a peer. - @param data initial contents of the packet's data; the packet's data will remain uninitialized if dataContents is NULL. + @param data initial contents of the packet's data; the packet's data will remain uninitialized if data is NULL. @param dataLength size of the data allocated for this packet @param flags flags for this packet as described for the ENetPacket structure. @returns the packet on success, NULL on failure