diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-10-17 21:08:17 -0400 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2019-11-05 10:25:43 +0000 |
commit | 9e20470cb3fa66a3b1fbdb24c6316aee596a02ae (patch) | |
tree | 13961d6678057b58477ffe19ede1725d05e29b66 /src/vnet/ip/punt.api | |
parent | 3d30598b7b4dd6d7dbffc883a96692e90e4320f5 (diff) |
ip: trivial typos in docs
Type: style
Change-Id: I620f15b96ee5401e0145a139f06d343d7c4fadb4
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
(cherry picked from commit f158944cc4f1bfcc21bed16f5c6f9177734adecd)
Diffstat (limited to 'src/vnet/ip/punt.api')
-rw-r--r-- | src/vnet/ip/punt.api | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/ip/punt.api b/src/vnet/ip/punt.api index 9890385fe5a..dc9fc9fd96f 100644 --- a/src/vnet/ip/punt.api +++ b/src/vnet/ip/punt.api @@ -137,7 +137,7 @@ typedef punt_reason string name[]; }; -/** \brief Dump all or one of the excpetion punt reasons +/** \brief Dump all or one of the exception punt reasons * @param - If the string is not set punt dump all reasons * else dump only the one specified */ |