diff options
author | Ondrej Filip <feela@network.cz> | 2000-05-17 02:28:11 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-05-17 02:28:11 +0200 |
commit | 7f6b3cf247c0df8d10e9ed29a5ff6a6af5e1cf8f (patch) | |
tree | 37be83d499ec627c9a37d1a7fd108e05f2fab489 /proto/ospf/lsalib.c | |
parent | 18a0c0bb763d918f3a06bfeb2be2b1051a7f4629 (diff) | |
download | bird-7f6b3cf247c0df8d10e9ed29a5ff6a6af5e1cf8f.tar bird-7f6b3cf247c0df8d10e9ed29a5ff6a6af5e1cf8f.zip |
Typo in comment.
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 b262b86..646e478 100644 --- a/proto/ospf/lsalib.c +++ b/proto/ospf/lsalib.c @@ -389,7 +389,7 @@ lsa_install_new(struct ospf_lsa_header *lsa, void *body, struct ospf_area *oa, if(en->lsa_body!=NULL) mb_free(en->lsa_body); en->lsa_body=body; memcpy(&en->lsa,lsa,sizeof(struct ospf_lsa_header)); - /* FIXME decide if route calcualtion must be done and how */ + /* FIXME decide if route calculation must be done and how */ if(oa->rt!=NULL) { DBG("Starting routing table calculation.\n"); |