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_apiserver.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_apiserver.c')
-rw-r--r-- | ospfd/ospf_apiserver.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ospfd/ospf_apiserver.c b/ospfd/ospf_apiserver.c index a624f4ce1..97bd125ae 100644 --- a/ospfd/ospf_apiserver.c +++ b/ospfd/ospf_apiserver.c @@ -221,7 +221,7 @@ static struct ospf_apiserver *lookup_apiserver_by_lsa(struct ospf_lsa *lsa) } /* ----------------------------------------------------------- - * Followings are functions to manage client connections. + * Following are functions to manage client connections. * ----------------------------------------------------------- */ static int ospf_apiserver_new_lsa_hook(struct ospf_lsa *lsa) @@ -1174,7 +1174,7 @@ int ospf_apiserver_handle_register_event(struct ospf_apiserver *apiserv, /* ----------------------------------------------------------- - * Followings are functions for LSDB synchronization. + * Following are functions for LSDB synchronization. * ----------------------------------------------------------- */ @@ -1345,7 +1345,7 @@ int ospf_apiserver_handle_sync_lsdb(struct ospf_apiserver *apiserv, /* ----------------------------------------------------------- - * Followings are functions to originate or update LSA + * Following are functions to originate or update LSA * from an application. * ----------------------------------------------------------- */ @@ -1787,7 +1787,7 @@ out: /* ----------------------------------------------------------- - * Followings are functions to delete LSAs + * Following are functions to delete LSAs * ----------------------------------------------------------- */ @@ -1952,7 +1952,7 @@ void ospf_apiserver_flush_opaque_lsa(struct ospf_apiserver *apiserv, /* ----------------------------------------------------------- - * Followings are callback functions to handle opaque types + * Following are callback functions to handle opaque types * ----------------------------------------------------------- */ @@ -2102,7 +2102,7 @@ void ospf_apiserver_show_info(struct vty *vty, struct json_object *json, } /* ----------------------------------------------------------- - * Followings are functions to notify clients about events + * Following are functions to notify clients about events * ----------------------------------------------------------- */ @@ -2417,7 +2417,7 @@ static void apiserver_clients_lsa_change_notify(uint8_t msgtype, /* ------------------------------------------------------------- - * Followings are hooks invoked when LSAs are updated or deleted + * Following are hooks invoked when LSAs are updated or deleted * ------------------------------------------------------------- */ |