aboutsummaryrefslogtreecommitdiffhomepage
path: root/packet.c
diff options
context:
space:
mode:
authorLee Salzman <[email protected]>2013-12-28 16:43:12 +0200
committerLee Salzman <[email protected]>2013-12-28 16:43:12 +0200
commit259376b214788fa4e3b56432da98d5a1a4aeb5ab (patch)
tree9f6cf441d9849beafd5aa02937205f9e30c2ac02 /packet.c
parent01416f58506189473a4a998d425c463319c9735f (diff)
downloadenet-259376b214788fa4e3b56432da98d5a1a4aeb5ab.tar.gz
enet-259376b214788fa4e3b56432da98d5a1a4aeb5ab.zip
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 9a997be..b17ba3c 100644
--- a/packet.c
+++ b/packet.c
@@ -11,7 +11,7 @@
*/
/** Creates a packet that may be sent to a peer.
- @param dataContents 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 dataContents 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