diff options
Diffstat (limited to 'src/vnet/bier/bier_imp.h')
-rw-r--r-- | src/vnet/bier/bier_imp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/bier/bier_imp.h b/src/vnet/bier/bier_imp.h index f458772b668..7480ebc7df1 100644 --- a/src/vnet/bier/bier_imp.h +++ b/src/vnet/bier/bier_imp.h @@ -38,7 +38,7 @@ typedef struct bier_imp_t_ { CLIB_CACHE_LINE_ALIGN_MARK(cacheline0); /** - * The DPO contirubted from the resolving BIER table. + * The DPO contributed from the resolving BIER table. * One per-IP protocol. This allows us to share a BIER imposition * object for a IPv4 and IPv6 mfib path. */ |