l2: fix typo in doxygen 16/23116/2
authorPaul Vinciguerra <pvinci@vinciconsulting.com>
Wed, 30 Oct 2019 19:07:20 +0000 (15:07 -0400)
committerDave Wallace <dwallacelf@gmail.com>
Wed, 30 Oct 2019 20:03:52 +0000 (20:03 +0000)
Type: style

Change-Id: I286280fffa6ab5d3e15986911a4ccc35efbf41c3
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
src/vnet/l2/l2_bvi.c

index 7760f3d..e562368 100644 (file)
@@ -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}
 ?*/