diff options
author | Nathan Skrzypczak <nathan.skrzypczak@gmail.com> | 2021-09-29 15:28:26 +0200 |
---|---|---|
committer | Neale Ranns <neale@graphiant.com> | 2021-09-30 13:31:38 +0000 |
commit | da33105973e5f98d9c0daf8e107299d6a278d146 (patch) | |
tree | e2acb07d3f5ed58501680c4ae89f5208a08f1f22 /src/vnet/mfib/mfib_entry.c | |
parent | 679211766be044b0d9e26bff94e242100e2fbaf8 (diff) |
fib: doc nitfixes
Type: improvement
Change-Id: I29346c849a5e1ff3c2ea399671f9f50d075e9f18
Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
Diffstat (limited to 'src/vnet/mfib/mfib_entry.c')
-rw-r--r-- | src/vnet/mfib/mfib_entry.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vnet/mfib/mfib_entry.c b/src/vnet/mfib/mfib_entry.c index 2d47c3cdd31..1b685d68482 100644 --- a/src/vnet/mfib/mfib_entry.c +++ b/src/vnet/mfib/mfib_entry.c @@ -1659,8 +1659,8 @@ show_mfib_entry_command (vlib_main_t * vm, } /*? - * This commnad displays an entry, or all entries, in the mfib tables indexed by their unique - * numerical indentifier. + * This command displays an entry, or all entries, in the mfib tables indexed + * by their unique numerical identifier. ?*/ VLIB_CLI_COMMAND (show_mfib_entry, static) = { .path = "show mfib entry", |