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_egress_map.h | |
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_egress_map.h')
-rw-r--r-- | src/vnet/qos/qos_egress_map.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vnet/qos/qos_egress_map.h b/src/vnet/qos/qos_egress_map.h index 92baf6bf3b2..3b6e0b45a43 100644 --- a/src/vnet/qos/qos_egress_map.h +++ b/src/vnet/qos/qos_egress_map.h @@ -32,7 +32,7 @@ typedef u32 qos_egress_map_id_t; /** - * For a given output source a table maps each value of every input sorce. + * For a given output source a table maps each value of every input source. */ typedef struct qos_egress_map_t_ { @@ -55,7 +55,7 @@ extern u8 *format_qos_egress_map (u8 * s, va_list * args); * then the configuration is for the 'default' table. * If the table is ~0, this is a removal. * the egress mapping is applied. For example, is output is MPLS then - * the QoS markings will occur for MPLS pakcets. + * the QoS markings will occur for MPLS packets. */ extern void qos_egress_map_update (qos_egress_map_id_t tid, qos_source_t input_source, |