diff options
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", |