lib: fix some typos
authorThomas Monjalon <thomas@monjalon.net>
Thu, 2 Nov 2017 19:30:17 +0000 (20:30 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 7 Nov 2017 00:46:22 +0000 (01:46 +0100)
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Signed-off-by: Rami Rosen <rami.rosen@intel.com>
lib/librte_eal/common/include/arch/arm/rte_vect.h
lib/librte_eventdev/rte_event_eth_rx_adapter.c
lib/librte_eventdev/rte_eventdev_pmd.h
lib/librte_kni/rte_kni.h

index 782350d..aa887a9 100644 (file)
@@ -136,7 +136,7 @@ vgetq_lane_p64(poly64x2_t x, const int lane)
 #endif
 
 /*
- * If (0 <= index <= 15), then call the ASIMD ext intruction on the
+ * If (0 <= index <= 15), then call the ASIMD ext instruction on the
  * 128 bit regs v0 and v1 with the appropriate index.
  *
  * Else returns a zero vector.
index fcba18d..90106e6 100644 (file)
@@ -67,7 +67,7 @@ struct rte_event_eth_rx_adapter {
        struct rte_eth_event_enqueue_buffer event_enqueue_buffer;
        /* Per adapter stats */
        struct rte_event_eth_rx_adapter_stats stats;
-       /* Block count, counts upto BLOCK_CNT_THRESHOLD */
+       /* Block count, counts up to BLOCK_CNT_THRESHOLD */
        uint16_t enq_block_count;
        /* Block start ts */
        uint64_t rx_enq_block_start_ts;
index 4369d9b..7a206c5 100644 (file)
@@ -481,7 +481,7 @@ struct rte_event_eth_rx_adapter_queue_conf *queue_conf;
  *   Ethernet device receive queue index
  *
  * @param queue_conf
- *  Additonal configuration structure
+ *  Additional configuration structure
 
  * @return
  *   - 0: Success, ethernet receive queue added successfully.
index 87812cd..d195079 100644 (file)
@@ -118,7 +118,7 @@ void rte_kni_init(unsigned int max_kni_ifaces);
  * elements for each KNI interface allocated.
  *
  * @param pktmbuf_pool
- *  The mempool for allocting mbufs for packets.
+ *  The mempool for allocating mbufs for packets.
  * @param conf
  *  The pointer to the configurations of the KNI device.
  * @param ops