diff options
author | paul <paul> | 2007-08-07 16:22:05 +0000 |
---|---|---|
committer | paul <paul> | 2007-08-07 16:22:05 +0000 |
commit | ad1ea28eeb6bbbfb88ab17c22c549dc67914d219 (patch) | |
tree | 679126e1c4686d6a7d799a5accff5a13a6ddade8 /ospfd/ospf_spf.c | |
parent | d806a51252bc1dd71e7f8610aae7385555beb88c (diff) | |
download | quagga-ad1ea28eeb6bbbfb88ab17c22c549dc67914d219.tar.bz2 quagga-ad1ea28eeb6bbbfb88ab17c22c549dc67914d219.tar.xz |
[ospfd] Finish explanatory comment started in previous commit..
2007-08-07 Paul Jakma <paul.jakma@sun.com>
* ospf_spf.c: (ospf_spf_next) Finish off the explanatory
comment made in previous commit
Diffstat (limited to 'ospfd/ospf_spf.c')
-rw-r--r-- | ospfd/ospf_spf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_spf.c b/ospfd/ospf_spf.c index 41288f1e..23d45dd6 100644 --- a/ospfd/ospf_spf.c +++ b/ospfd/ospf_spf.c @@ -899,7 +899,7 @@ ospf_spf_next (struct vertex *v, struct ospf_area *area, /* Decrease the key of the node in the heap. * trickle-sort it up towards root, just in case this * node should now be the new root due the cost change. - * (pqueu_{de,en}queue + * (next pqueu_{de,en}queue will fully re-heap the queue). */ trickle_up (w_lsa->stat, candidate); } |