diff options
| author | ckishimo <carles.kishimoto@gmail.com> | 2020-11-24 07:35:49 -0800 | 
|---|---|---|
| committer | ckishimo <carles.kishimoto@gmail.com> | 2020-11-24 07:35:49 -0800 | 
| commit | d12566a16bbad9f92d19e2f27dc3c6ce4bb35006 (patch) | |
| tree | 6af1f3feea2f74971a815774632630abadf90f7b /ospfd/ospfd.h | |
| parent | 4f3e4669f0230dcdaa250fc341b91a8b7e5eb132 (diff) | |
ospfd: fix a couple of typos
Signed-off-by: ckishimo <carles.kishimoto@gmail.com>
Diffstat (limited to 'ospfd/ospfd.h')
| -rw-r--r-- | ospfd/ospfd.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospfd.h b/ospfd/ospfd.h index bdd09e1e76..192e542815 100644 --- a/ospfd/ospfd.h +++ b/ospfd/ospfd.h @@ -303,7 +303,7 @@ struct ospf {  	uint32_t rx_lsa_count;  	/* Counter of "ip ospf area x.x.x.x" used -	 * for multual exclusion of network command under +	 * for mutual exclusion of network command under  	 * router ospf or ip ospf area x under interface. */  	uint32_t if_ospf_cli_count;  | 
