diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2018-09-22 05:32:50 -0700 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2018-09-24 08:08:03 +0000 |
commit | bdc0e6b7204ea0211d4f7881497e4306586fb9ef (patch) | |
tree | 199b4da1aea679f0626451692a57476a70286524 /src/vnet/qos/qos.api | |
parent | 6a4375e02d8dd4ebcc2f79ee9f6abbafdd2f674c (diff) |
Trivial: Clean up some typos.
Change-Id: I085615fde1f966490f30ed5d32017b8b088cfd59
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'src/vnet/qos/qos.api')
-rw-r--r-- | src/vnet/qos/qos.api | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vnet/qos/qos.api b/src/vnet/qos/qos.api index 720c41789bd..1960ccb9548 100644 --- a/src/vnet/qos/qos.api +++ b/src/vnet/qos/qos.api @@ -34,7 +34,7 @@ enum qos_source The QoS bits from the packet at the specified input layer are copied into the packet. Recording should be used in conjunction with marking @param sw_if_index - The interface on which recording is enabled. - @param enable - enable=1 or disable the feautre + @param enable - enable=1 or disable the feature @param input_source - The input source/layer at which the QoS bits are copied from the packet. See qos_source_t. */ @@ -86,7 +86,7 @@ autoreply define qos_egress_map_delete into the header of the 'output-source'. Marking should be used in conjunction with recording @param sw_if_index - The interface on which recording is enabled. - @param enable - enable=1 or disable the feautre + @param enable - enable=1 or disable the feature @param output_source - The output source/layer at which the QoS bits are written into the packet. See qos_source_t. @param map_id - The ID of the MAP in which the translation from input |