ip: Replace Sematics for Interface IP addresses
[vpp.git] / src / vnet / bier / bier_disp_entry.h
index 1647a7e..59481f6 100644 (file)
@@ -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_ {
     /**
@@ -36,8 +36,8 @@ typedef struct bier_disp_entry_t_ {
     CLIB_CACHE_LINE_ALIGN_MARK(cacheline0);
 
     /**
-     * The DPO contirubted from the per-payload protocol parents
-     * on cachline 1.
+     * The DPO contributed from the per-payload protocol parents
+     * on cacheline 1.
      */
     struct
     {