commit | 429a0f8c5b0968218c1f022c9e2a722f20fb1877 | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Sun Feb 22 23:42:22 2004 +0000 |
committer | hasso <hasso> | Sun Feb 22 23:42:22 2004 +0000 |
tree | 71193c8d02e9374867b164fa6b439ba2cf20983a | |
parent | 3b5640301a1b6f08d8f899d952d64da9bdba32ec [diff] |
Fix typo in comment.
diff --git a/ripd/ripd.c b/ripd/ripd.c index 4b5a19a..92eb9af 100644 --- a/ripd/ripd.c +++ b/ripd/ripd.c
@@ -1470,7 +1470,7 @@ 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;