Lee Salzman %!s(int64=11) %!d(string=hai) anos
pai
achega
259376b214
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packet.c

+ 1 - 1
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