Skip to content

Commit

Permalink
Minor, clarify comment
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Nilsson <[email protected]>
  • Loading branch information
troglobit committed Nov 5, 2018
1 parent 055520d commit 54d4ac7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mroute.c
Original file line number Diff line number Diff line change
Expand Up @@ -561,8 +561,8 @@ int mroute4_dyn_add(struct mroute4 *route)
return 0;
}

/*
* Query kernel for install MFC entry usage statistics
/*
* Query kernel for route usage statistics
*/
static int get_stats4(struct mroute4 *route, unsigned long *pktcnt, unsigned long *bytecnt, unsigned long *wrong_if)
{
Expand Down

0 comments on commit 54d4ac7

Please sign in to comment.