From: hasso Date: Sun, 22 Feb 2004 23:42:22 +0000 (+0000) Subject: Fix typo in comment. X-Git-Tag: frr-2.0-rc1~3778 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=429a0f8c5b0968218c1f022c9e2a722f20fb1877;p=matthieu%2Ffrr.git Fix typo in comment. --- diff --git a/ripd/ripd.c b/ripd/ripd.c index 4b5a19a926..92eb9afad9 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;