l2: fix typo in doxygen

Type: style

Change-Id: I286280fffa6ab5d3e15986911a4ccc35efbf41c3
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
This commit is contained in:
Paul Vinciguerra
2019-10-30 15:07:20 -04:00
committed by Dave Wallace
parent 4465fe1e30
commit ddbd90aae3

View File

@ -76,7 +76,7 @@ static u32
bvi_instance_alloc (u32 want) bvi_instance_alloc (u32 want)
{ {
/* /*
* Check for dynamically allocaetd instance number. * Check for dynamically allocated instance number.
*/ */
if (~0 == want) if (~0 == want)
{ {
@ -329,7 +329,7 @@ l2_bvi_delete_cli (vlib_main_t * vm,
* *
* @cliexpar * @cliexpar
* The following two command syntaxes are equivalent: * The following two command syntaxes are equivalent:
* @cliexcmd{bvi delete <interace>} * @cliexcmd{bvi delete <interface>}
* Example of how to create a bvi interface: * Example of how to create a bvi interface:
* @cliexcmd{bvi delete bvi0} * @cliexcmd{bvi delete bvi0}
?*/ ?*/