author | Mathieu Lacage <mathieu.lacage@sophia.inria.fr> |
Mon, 11 Jun 2007 17:50:16 +0200 | |
changeset 755 | 64403472ab29 |
parent 754 | 627d129f300d |
child 756 | d9fc71fb459c |
src/node/ipv4.h | file | annotate | diff | comparison | revisions |
--- a/src/node/ipv4.h Mon Jun 11 17:47:49 2007 +0200 +++ b/src/node/ipv4.h Mon Jun 11 17:50:16 2007 +0200 @@ -122,7 +122,7 @@ * \returns the index of the ipv4 interface added. * * Once a device has been added, it can never be removed: if you want - * to disable it, you can invoke IIpv4::SetDown which will + * to disable it, you can invoke Ipv4::SetDown which will * make sure that it is never used during packet forwarding. */ virtual uint32_t AddInterface (Ptr<NetDevice> device) = 0;