diff options
author | Nathan Skrzypczak <nathan.skrzypczak@gmail.com> | 2021-09-29 15:28:26 +0200 |
---|---|---|
committer | Neale Ranns <neale@graphiant.com> | 2021-09-30 13:31:38 +0000 |
commit | da33105973e5f98d9c0daf8e107299d6a278d146 (patch) | |
tree | e2acb07d3f5ed58501680c4ae89f5208a08f1f22 /src/vnet/fib/mpls_fib.c | |
parent | 679211766be044b0d9e26bff94e242100e2fbaf8 (diff) |
fib: doc nitfixes
Type: improvement
Change-Id: I29346c849a5e1ff3c2ea399671f9f50d075e9f18
Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
Diffstat (limited to 'src/vnet/fib/mpls_fib.c')
-rw-r--r-- | src/vnet/fib/mpls_fib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vnet/fib/mpls_fib.c b/src/vnet/fib/mpls_fib.c index 494d0106bae..0ed2413242f 100644 --- a/src/vnet/fib/mpls_fib.c +++ b/src/vnet/fib/mpls_fib.c @@ -22,7 +22,7 @@ * packets. Whether the two actions are the same more often than they are * different, or vice versa, is a function of the deployment in which the router * is used and thus not predictable. - * The desgin choice to make with an MPLS_FIB table is: + * The design choice to make with an MPLS_FIB table is: * 1 - 20 bit key: label only. * When the EOS and non-EOS actions differ the result is a 'EOS-choice' object. * 2 - 21 bit key: label and EOS-bit. @@ -33,7 +33,7 @@ * - lower memory overhead, since there are few DB entries. * Disadvantages: * - slower DP performance in the case the chains differ, as more objects are - * encounterd in the switch path + * encountered in the switch path * * 21 bit key: * Advantages: |