l2: fix typo in doxygen
Type: style Change-Id: I286280fffa6ab5d3e15986911a4ccc35efbf41c3 Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
This commit is contained in:

committed by
Dave Wallace

parent
4465fe1e30
commit
ddbd90aae3
@ -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 <interace>}
|
||||
* @cliexcmd{bvi delete <interface>}
|
||||
* Example of how to create a bvi interface:
|
||||
* @cliexcmd{bvi delete bvi0}
|
||||
?*/
|
||||
|
Reference in New Issue
Block a user