From: Paul Vinciguerra Date: Wed, 30 Oct 2019 19:07:20 +0000 (-0400) Subject: l2: fix typo in doxygen X-Git-Tag: v19.08.2~133 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=bfb7c2a4591b2e69240a2bc71681a896cc32f37e;p=vpp.git l2: fix typo in doxygen Type: style Change-Id: I286280fffa6ab5d3e15986911a4ccc35efbf41c3 Signed-off-by: Paul Vinciguerra (cherry picked from commit ddbd90aae332e6c4b59e35bf44a735e592a3a053) --- 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} ?*/