l2: fix typo in doxygen 93/23193/2
authorPaul Vinciguerra <pvinci@vinciconsulting.com>
Wed, 30 Oct 2019 19:07:20 +0000 (15:07 -0400)
committerAndrew Yourtchenko <ayourtch@gmail.com>
Tue, 5 Nov 2019 10:39:41 +0000 (10:39 +0000)
Type: style

Change-Id: I286280fffa6ab5d3e15986911a4ccc35efbf41c3
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
(cherry picked from commit ddbd90aae332e6c4b59e35bf44a735e592a3a053)

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}
 ?*/