diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2019-04-18 18:03:22 -0400 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2019-04-19 03:59:14 +0000 |
commit | 3b62e29c3adc8e4114cb10dc794f4b3f814015b0 (patch) | |
tree | d7e14d51eb310a722e8b4712284ddc053d7f77ba /src/vnet/l2 | |
parent | d207fd7e25f1f0b27acf3dc57c93b1339eb6efff (diff) |
DOCS-ONLY: Fix broken doxygen tag in BVI
Change-Id: Ia42e7c93ebe51a36470f1358827451bcb98da433
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'src/vnet/l2')
-rw-r--r-- | src/vnet/l2/l2_bvi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/l2/l2_bvi.c b/src/vnet/l2/l2_bvi.c index ec82d7d9df7..7760f3d8584 100644 --- a/src/vnet/l2/l2_bvi.c +++ b/src/vnet/l2/l2_bvi.c @@ -329,7 +329,7 @@ l2_bvi_delete_cli (vlib_main_t * vm, * * @cliexpar * The following two command syntaxes are equivalent: - * @cliexcmd{bvi delete <interace> + * @cliexcmd{bvi delete <interace>} * Example of how to create a bvi interface: * @cliexcmd{bvi delete bvi0} ?*/ |