This commit is contained in:
marschap
2006-09-13 10:31:37 +00:00
parent cc2c84a7b8
commit 487f0c5c09
+1 -1
View File
@@ -372,7 +372,7 @@ void SyncPeekPointer(ReceiveBuffer *rb)
}
/** accept ppeked data by syncing the read pointer to the peek pointer */
/** accept peeked data by syncing the read pointer to the peek pointer */
void AcceptPeekedData(ReceiveBuffer *rb)
{
rb->tail = rb->peek;