diff options
author | hasso <hasso> | 2004-02-22 23:42:22 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-02-22 23:42:22 +0000 |
commit | 429a0f8c5b0968218c1f022c9e2a722f20fb1877 (patch) | |
tree | 71193c8d02e9374867b164fa6b439ba2cf20983a /ripd | |
parent | 3b5640301a1b6f08d8f899d952d64da9bdba32ec (diff) |
Fix typo in comment.
Diffstat (limited to 'ripd')
-rw-r--r-- | ripd/ripd.c | 2 |
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; |