add small comment

This commit is contained in:
Mathieu Lacage
2008-05-31 11:00:01 -07:00
parent a5c312cb1c
commit f08ea71825

View File

@@ -439,6 +439,10 @@ PacketMetadata::ReplaceTail (PacketMetadata::SmallItem *item,
m_data->m_dirtyEnd = m_used;
return;
}
/* Below is the slow path which is hit if the new tail we want
* to append is bigger than the previous tail.
*/
// create a copy of the packet.
PacketMetadata h (m_packetUid, 0);