src/internet/model/tcp-rx-buffer.h
changeset 7176 9f2663992e99
parent 6834 036f9a0b9899
child 7353 09fccf6195ea
--- 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__ */