fix comment format in PacketList

This commit is contained in:
Stephen Birarda 2015-10-08 15:33:21 -07:00
parent dc4f987a2e
commit 519df1565a

View file

@ -185,8 +185,8 @@ qint64 PacketList::writeData(const char* data, qint64 maxSize) {
<< "larger than the payload size.";
Q_ASSERT(false);
// we won't be writing this new data to the packet go back before the current segment
// and return -1 to indicate error
// we won't be writing this new data to the packet
// go back before the current segment and return -1 to indicate error
_currentPacket->seek(_segmentStartIndex);
_currentPacket->setPayloadSize(_segmentStartIndex);