From c13f67a457d7121b8926ac93dad60ee55559f272 Mon Sep 17 00:00:00 2001 From: Josh Pelkey Date: Fri, 18 Sep 2009 12:59:01 -0400 Subject: [PATCH] Minor documentation typo --- src/common/packet.h | 2 +- src/routing/nix-vector-routing/nix-vector-routing.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/common/packet.h b/src/common/packet.h index 549a77ce0..835c8bbfd 100644 --- a/src/common/packet.h +++ b/src/common/packet.h @@ -521,7 +521,7 @@ public: */ PacketTagIterator GetPacketTagIterator (void) const; - /* Note: These function support a temporary solution + /* Note: These functions support a temporary solution * to a specific problem in this generic class, i.e. * how to associate something specific like nix-vector * with a packet. This design methodology diff --git a/src/routing/nix-vector-routing/nix-vector-routing.h b/src/routing/nix-vector-routing/nix-vector-routing.h index 8492f9ffa..2c0ef3e94 100644 --- a/src/routing/nix-vector-routing/nix-vector-routing.h +++ b/src/routing/nix-vector-routing/nix-vector-routing.h @@ -64,8 +64,8 @@ * The nix-vector stores an index for each hop along the path, which * corresponds to the neighbor-index. This index is used to determine * which net-device and gateway should be used. To route a packet, the - * nix-vector must be transmitted with the packet (in the metadata). - * At each hop, the current node extracts the appropriate neighbor-index - * from the nix-vector and transmits the packet through the corresponding + * nix-vector must be transmitted with the packet. At each hop, the + * current node extracts the appropriate neighbor-index from the + * nix-vector and transmits the packet through the corresponding * net-device. This continues until the packet reaches the destination. * */