diff options
author | Donald Sharp <sharpd@nvidia.com> | 2022-04-01 22:27:55 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2022-04-01 22:27:55 +0200 |
commit | 78dfa0c754373e6ab8d879ec51ed703300519cdb (patch) | |
tree | bbee7ee84d621be7b82b339f1184b0f8e63c549d /ospfd/ospf_ext.c | |
parent | tests: Fix spelling of daemons (diff) | |
download | frr-78dfa0c754373e6ab8d879ec51ed703300519cdb.tar.xz frr-78dfa0c754373e6ab8d879ec51ed703300519cdb.zip |
*: Fix spelling of Following
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'ospfd/ospf_ext.c')
-rw-r--r-- | ospfd/ospf_ext.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ospfd/ospf_ext.c b/ospfd/ospf_ext.c index 0e5a7e29c..69847088e 100644 --- a/ospfd/ospf_ext.c +++ b/ospfd/ospf_ext.c @@ -74,7 +74,7 @@ static struct ospf_ext_lp OspfEXT; /* * ----------------------------------------------------------------------- - * Followings are initialize/terminate functions for Extended Prefix/Link + * Following are initialize/terminate functions for Extended Prefix/Link * Opaque LSA handling. * ----------------------------------------------------------------------- */ @@ -216,7 +216,7 @@ void ospf_ext_finish(void) /* * --------------------------------------------------------------------- - * Followings are control functions for Extended Prefix/Link Opaque LSA + * Following are control functions for Extended Prefix/Link Opaque LSA * parameters management. * --------------------------------------------------------------------- */ @@ -681,7 +681,7 @@ void ospf_ext_update_sr(bool enable) /* * ----------------------------------------------------------------------- - * Followings are callback functions against generic Opaque-LSAs handling + * Following are callback functions against generic Opaque-LSAs handling * ----------------------------------------------------------------------- */ @@ -985,7 +985,7 @@ static int ospf_ext_pref_lsa_update(struct ospf_lsa *lsa) /* * ------------------------------------------------------- - * Followings are OSPF protocol processing functions for + * Following are OSPF protocol processing functions for * Extended Prefix/Link Opaque LSA * ------------------------------------------------------- */ @@ -1713,7 +1713,7 @@ static void ospf_ext_lsa_schedule(struct ext_itf *exti, enum lsa_opcode op) /* * ------------------------------------ - * Followings are vty show functions. + * Following are vty show functions. * ------------------------------------ */ |