diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-10-30 15:07:20 -0400 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2019-11-05 10:39:41 +0000 |
commit | bfb7c2a4591b2e69240a2bc71681a896cc32f37e (patch) | |
tree | 3c9f3820284483d2f53acb5be05352f3147d9a8e /src/vnet/l2 | |
parent | 0700f3c50e88fe7be55c04c24cb56e4dfe0b10ec (diff) |
l2: fix typo in doxygen
Type: style
Change-Id: I286280fffa6ab5d3e15986911a4ccc35efbf41c3
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
(cherry picked from commit ddbd90aae332e6c4b59e35bf44a735e592a3a053)
Diffstat (limited to 'src/vnet/l2')
-rw-r--r-- | src/vnet/l2/l2_bvi.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 <interace>} + * @cliexcmd{bvi delete <interface>} * Example of how to create a bvi interface: * @cliexcmd{bvi delete bvi0} ?*/ |