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/plugins/ioam/ipfixcollector/ipfixcollector.c | |
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/plugins/ioam/ipfixcollector/ipfixcollector.c')
-rw-r--r-- | src/plugins/ioam/ipfixcollector/ipfixcollector.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/ioam/ipfixcollector/ipfixcollector.c b/src/plugins/ioam/ipfixcollector/ipfixcollector.c index 4d6735f5971..37b828cb786 100644 --- a/src/plugins/ioam/ipfixcollector/ipfixcollector.c +++ b/src/plugins/ioam/ipfixcollector/ipfixcollector.c @@ -26,9 +26,9 @@ ipfix_collector_main_t ipfix_collector_main; * This function can be used by other VPP graph nodes to receive IP-FIX packets * with a particular setid. * - * @param vlib_main_t Vlib main of the graph node which is interseted in + * @param vm Vlib main of the graph node which is interested in * getting IP-Fix packet. - * @param ipfix_client_add_del_t Structure describing the client node which + * @param info Structure describing the client node which * is interested in getting the IP-Fix packets for * a SetID. * |