diff options
author | Ondrej Filip <feela@network.cz> | 2004-06-04 12:53:10 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-06-04 12:53:10 +0000 |
commit | 39e517d47c6070dd81bb7d6f57358ea98e462f03 (patch) | |
tree | 9bec961ab5750cec7941da8f9187876014f805b5 /proto/ospf/lsalib.c | |
parent | 591656cdd5b13a4626dfb26e45dd02690cdb450c (diff) |
hello.c and hello.h cleaned up. No design changes.
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 1e977096..1a9653cf 100644 --- a/proto/ospf/lsalib.c +++ b/proto/ospf/lsalib.c @@ -420,7 +420,7 @@ lsa_comp(struct ospf_lsa_header *l1, struct ospf_lsa_header *l2) struct top_hash_entry * lsa_install_new(struct ospf_lsa_header *lsa, void *body, struct ospf_area *oa) { - /* LSA can be temporarrily, but body must be mb_alloced. */ + /* LSA can be temporarrily, but body must be mb_allocated. */ struct proto *p=&oa->po->proto; int change=0; unsigned i; |