diff options
author | Jim Thompson <jim@netgate.com> | 2019-04-08 03:22:21 -0500 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2019-04-08 21:54:17 +0000 |
commit | f324dec0a371431f9326f67e920630579741da3c (patch) | |
tree | 8fed403c84c02cc275e9cc629d2052d1edb281ed /src/vnet/bier/bier_disp_entry.h | |
parent | 46f877ebba5187336be01a5692903b5ecafc4345 (diff) |
fixing typos
Change-Id: I215e1e0208a073db80ec6f87695d734cf40fabe3
Signed-off-by: Jim Thompson <jim@netgate.com>
Diffstat (limited to 'src/vnet/bier/bier_disp_entry.h')
-rw-r--r-- | src/vnet/bier/bier_disp_entry.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vnet/bier/bier_disp_entry.h b/src/vnet/bier/bier_disp_entry.h index 1647a7e166a..db381a84d36 100644 --- a/src/vnet/bier/bier_disp_entry.h +++ b/src/vnet/bier/bier_disp_entry.h @@ -13,9 +13,9 @@ * limitations under the License. */ /** - * bier_dispositon : The BIER dispositon object + * bier_disposition : The BIER disposition object * - * A BIER dispositon object is used to pop the BIER header for for-us + * A BIER disposition object is used to pop the BIER header for for-us * packets and steer the packet down the payload protocol specific graph */ @@ -27,7 +27,7 @@ #include <vnet/dpo/dpo.h> /** - * The BIER dispositon object + * The BIER disposition object */ typedef struct bier_disp_entry_t_ { /** |