--- a/src/internet/model/tcp-rx-buffer.h Fri May 13 14:54:37 2011 -0400
+++ b/src/internet/model/tcp-rx-buffer.h Fri May 13 14:55:24 2011 -0400
@@ -81,9 +81,9 @@
uint32_t m_maxBuffer; //< Upper bound of the number of data bytes in buffer (RCV.WND)
uint32_t m_availBytes; //< Number of bytes available to read, i.e. contiguous block at head
std::map<SequenceNumber32, Ptr<Packet> > m_data;
- //< Corresponding data (may be null)
+ //< Corresponding data (may be null)
};
-}//namepsace ns3
+} //namepsace ns3
#endif /* __TCP_RX_BUFFER_H__ */