summaryrefslogtreecommitdiff
path: root/ripd
diff options
context:
space:
mode:
authorhasso <hasso>2004-02-22 23:42:22 +0000
committerhasso <hasso>2004-02-22 23:42:22 +0000
commit429a0f8c5b0968218c1f022c9e2a722f20fb1877 (patch)
tree71193c8d02e9374867b164fa6b439ba2cf20983a /ripd
parent3b5640301a1b6f08d8f899d952d64da9bdba32ec (diff)
Fix typo in comment.
Diffstat (limited to 'ripd')
-rw-r--r--ripd/ripd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ripd/ripd.c b/ripd/ripd.c
index 4b5a19a9..92eb9afa 100644
--- a/ripd/ripd.c
+++ b/ripd/ripd.c
@@ -1470,7 +1470,7 @@ rip_request_process (struct rip_packet *packet, int size,
if (if_is_loopback (ifp))
return;
- /* Check RIPng process is enabled on this interface. */
+ /* Check RIP process is enabled on this interface. */
ri = ifp->info;
if (! ri->running)
return;