remove reference to Chunk class
authorTom Henderson <tomh@tomh.org>
Fri, 13 Oct 2006 13:07:45 -0700
changeset 126 2bd1d886a97d
parent 125 a0cda913dee5
child 127 69f64284b9b5
remove reference to Chunk class
samples/main-packet.cc
--- a/samples/main-packet.cc	Fri Oct 13 13:07:23 2006 -0700
+++ b/samples/main-packet.cc	Fri Oct 13 13:07:45 2006 -0700
@@ -5,7 +5,7 @@
 
 using namespace ns3;
 
-/* A sample Chunk implementation
+/* A sample Header implementation
  */
 class MyHeader : public Header {
 public: