aboutsummaryrefslogtreecommitdiffhomepage
path: root/packet.c
diff options
context:
space:
mode:
authorLee Salzman <[email protected]>2013-12-28 17:21:14 +0200
committerLee Salzman <[email protected]>2013-12-28 17:21:14 +0200
commitb3de8a29c4fc4de3919b13475599660e2e157f5b (patch)
treef9c1e57587162b9a70d362fb25b3049f63583350 /packet.c
parent259376b214788fa4e3b56432da98d5a1a4aeb5ab (diff)
downloadenet-b3de8a29c4fc4de3919b13475599660e2e157f5b.tar.gz
enet-b3de8a29c4fc4de3919b13475599660e2e157f5b.zip
another doc fix
Diffstat (limited to 'packet.c')
-rw-r--r--packet.c2
1 files changed, 1 insertions, 1 deletions
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