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 /isisd/isis_te.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 'isisd/isis_te.c')
-rw-r--r-- | isisd/isis_te.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/isisd/isis_te.c b/isisd/isis_te.c index 95fbca17a..1a1e0dc29 100644 --- a/isisd/isis_te.c +++ b/isisd/isis_te.c @@ -65,7 +65,7 @@ #include "isisd/isis_zebra.h" /*------------------------------------------------------------------------* - * Followings are control functions for MPLS-TE parameters management. + * Following are control functions for MPLS-TE parameters management. *------------------------------------------------------------------------*/ /* Main initialization / update function of the MPLS TE Circuit context */ @@ -1231,7 +1231,7 @@ void isis_te_init_ted(struct isis_area *area) isis_te_parse_lsp(area->mta, lsp); } -/* Followings are vty command functions */ +/* Following are vty command functions */ #ifndef FABRICD static void show_router_id(struct vty *vty, struct isis_area *area) |