[enet-cvs] CVS: enet enet.txt,1.1,1.2

Lee Salzman enet-discuss@lists.puremagic.com
Mon, 14 Oct 2002 22:59:55 -0600


Update of /home/enet/cvsroot/enet
In directory sferik:/tmp/cvs-serv5458

Modified Files:
	enet.txt 
Log Message:
Minor typos.



Index: enet.txt
===================================================================
RCS file: /home/enet/cvsroot/enet/enet.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- enet.txt	2002/06/11 04:31:50	1.1
+++ enet.txt	2002/10/15 04:59:52	1.2
@@ -21,7 +21,7 @@
   size_t dataLength;
 } ENetPacket;
 
-  An ENet data packet that may be sent or received from a peer. The shown fields
+  An ENet data packet that may be sent to or received from a peer. The shown fields
 should only be read and never modified. The data field contains the allocated data
 for the packet. The dataLength fields specifies the length of the allocated data.
 The flags field is either 0 (specifying no flags), or a bitwise-or of any
@@ -109,7 +109,6 @@
 The peers field contains an array of the peers that have been allocated for this host. The 
 peerCount field specifies the number of peers that have been allocated for this host.
 
-address
 unsigned ENET_HOST_TO_NET_8 (unsigned);
 unsigned ENET_HOST_TO_NET_16 (unsigned);
 unsigned ENET_HOST_TO_NET_32 (unsigned);