diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-11-01 13:00:58 -0400 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2020-05-06 15:13:09 +0000 |
commit | b5a575b0924036378b6deb50ac8fe7de3380e18d (patch) | |
tree | fae50e4af5256fe24838f7e85d1d6c17bcdc80d4 /src/vnet/mpls | |
parent | aad5e0c16fb4d91f6d896f8035d6acb9bcd0fec6 (diff) |
docs: clean up make docs job
Type: docs
Change-Id: I9b5e5137eb4c1e89f6e8d7a278cd11a0fd496471
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'src/vnet/mpls')
-rw-r--r-- | src/vnet/mpls/mpls_tunnel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/mpls/mpls_tunnel.h b/src/vnet/mpls/mpls_tunnel.h index 11a461b7b57..c060191f460 100644 --- a/src/vnet/mpls/mpls_tunnel.h +++ b/src/vnet/mpls/mpls_tunnel.h @@ -123,7 +123,7 @@ extern int vnet_mpls_tunnel_path_remove (u32 sw_if_index, fib_route_path_t *rpath); /** - * @vrief return the tunnel index from the sw_if_index + * @brief return the tunnel index from the sw_if_index */ extern int vnet_mpls_tunnel_get_index (u32 sw_if_index); |