From 33a493fe5d2cdc407156df471bf780b07bcb526f Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Mon, 11 Jun 2007 17:50:16 +0200 Subject: [PATCH] IIpv4 -> Ipv4 --- src/node/ipv4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node/ipv4.h b/src/node/ipv4.h index b4e3d60d8..5c3b55d64 100644 --- a/src/node/ipv4.h +++ b/src/node/ipv4.h @@ -122,7 +122,7 @@ public: * \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 device) = 0;