From ddbd90aae332e6c4b59e35bf44a735e592a3a053 Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Wed, 30 Oct 2019 15:07:20 -0400 Subject: l2: fix typo in doxygen Type: style Change-Id: I286280fffa6ab5d3e15986911a4ccc35efbf41c3 Signed-off-by: Paul Vinciguerra --- src/vnet/l2/l2_bvi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/vnet/l2/l2_bvi.c') diff --git a/src/vnet/l2/l2_bvi.c b/src/vnet/l2/l2_bvi.c index 7760f3d8584..e5623682657 100644 --- a/src/vnet/l2/l2_bvi.c +++ b/src/vnet/l2/l2_bvi.c @@ -76,7 +76,7 @@ static u32 bvi_instance_alloc (u32 want) { /* - * Check for dynamically allocaetd instance number. + * Check for dynamically allocated instance number. */ if (~0 == want) { @@ -329,7 +329,7 @@ l2_bvi_delete_cli (vlib_main_t * vm, * * @cliexpar * The following two command syntaxes are equivalent: - * @cliexcmd{bvi delete } + * @cliexcmd{bvi delete } * Example of how to create a bvi interface: * @cliexcmd{bvi delete bvi0} ?*/ -- cgit 1.2.3-korg