diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2022-04-01 16:27:55 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2022-04-01 16:27:55 -0400 | 
| commit | 78dfa0c754373e6ab8d879ec51ed703300519cdb (patch) | |
| tree | bbee7ee84d621be7b82b339f1184b0f8e63c549d /ospfd/ospf_ri.c | |
| parent | d60a3f0e7146c4d9fc522e24324a9dbc64c484af (diff) | |
*: Fix spelling of Following
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'ospfd/ospf_ri.c')
| -rw-r--r-- | ospfd/ospf_ri.c | 12 | 
1 files changed, 6 insertions, 6 deletions
diff --git a/ospfd/ospf_ri.c b/ospfd/ospf_ri.c index 0efa6ca4d5..3efdb53102 100644 --- a/ospfd/ospf_ri.c +++ b/ospfd/ospf_ri.c @@ -66,7 +66,7 @@  static struct ospf_router_info OspfRI;  /*------------------------------------------------------------------------------* - * Followings are initialize/terminate functions for Router Information + * Following are initialize/terminate functions for Router Information   *handling.   *------------------------------------------------------------------------------*/ @@ -232,7 +232,7 @@ static struct ospf_ri_area_info *lookup_by_area(struct ospf_area *area)  }  /*------------------------------------------------------------------------* - * Followings are control functions for ROUTER INFORMATION parameters + * Following are control functions for ROUTER INFORMATION parameters   *management.   *------------------------------------------------------------------------*/ @@ -668,7 +668,7 @@ void ospf_router_info_update_sr(bool enable, struct sr_node *srn)  }  /*------------------------------------------------------------------------* - * Followings are callback functions against generic Opaque-LSAs handling. + * Following are callback functions against generic Opaque-LSAs handling.   *------------------------------------------------------------------------*/  static void ospf_router_info_ism_change(struct ospf_interface *oi,  					int old_state) @@ -693,7 +693,7 @@ static void ospf_router_info_ism_change(struct ospf_interface *oi,  }  /*------------------------------------------------------------------------* - * Followings are OSPF protocol processing functions for ROUTER INFORMATION + * Following are OSPF protocol processing functions for ROUTER INFORMATION   *------------------------------------------------------------------------*/  static void build_tlv_header(struct stream *s, struct tlv_header *tlvh) @@ -1223,7 +1223,7 @@ static int ospf_router_info_lsa_update(struct ospf_lsa *lsa)  }  /*------------------------------------------------------------------------* - * Followings are vty session control functions. + * Following are vty session control functions.   *------------------------------------------------------------------------*/  #define check_tlv_size(size, msg)                                              \ @@ -1660,7 +1660,7 @@ static void ospf_router_info_config_write_router(struct vty *vty)  }  /*------------------------------------------------------------------------* - * Followings are vty command functions. + * Following are vty command functions.   *------------------------------------------------------------------------*/  /* Simple wrapper schedule RI LSA action in function of the scope */  static void ospf_router_info_schedule(enum lsa_opcode opcode)  | 
