]> git.puffer.fish Git - mirror/frr.git/commitdiff
Fix typo in comment.
authorhasso <hasso>
Sun, 22 Feb 2004 23:42:22 +0000 (23:42 +0000)
committerhasso <hasso>
Sun, 22 Feb 2004 23:42:22 +0000 (23:42 +0000)
ripd/ripd.c

index 4b5a19a92637eaea85a5c8da310ba5fe376f1912..92eb9afad9a5f69bda7f045f29bc2b11e691d51b 100644 (file)
@@ -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;