diff options
Diffstat (limited to 'proto/ospf/lsalib.c')
-rw-r--r-- | proto/ospf/lsalib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/lsalib.c b/proto/ospf/lsalib.c index 6bf3577..2bfd293 100644 --- a/proto/ospf/lsalib.c +++ b/proto/ospf/lsalib.c @@ -404,7 +404,7 @@ lsa_comp(struct ospf_lsa_header *l1, struct ospf_lsa_header *l2) /** * lsa_install_new - install new LSA into database * @lsa: LSA header - * @body pointer to LSA body + * @body: pointer to LSA body * @oa: current ospf_area * * This function ensures installing new LSA into LSA database. Old instance is |