aboutsummaryrefslogtreecommitdiff
path: root/helper
diff options
context:
space:
mode:
authorMike Holmes <mike.holmes@linaro.org>2015-06-04 13:42:15 -0400
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-06-05 11:27:10 +0300
commitf47fb165c0e06f2bf446cefb6c69e690c091acfb (patch)
treefe08d3c94bd117b1bd5d123be5fe93486379f71e /helper
parent1da1a0d885406743dde1a53d13cd1e5df4c3d77e (diff)
codespell: fix spelling
Signed-off-by: Mike Holmes <mike.holmes@linaro.org> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'helper')
-rw-r--r--helper/include/odp/helper/ip.h2
-rw-r--r--helper/ring.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/helper/include/odp/helper/ip.h b/helper/include/odp/helper/ip.h
index 627c82dbe..41408a3d4 100644
--- a/helper/include/odp/helper/ip.h
+++ b/helper/include/odp/helper/ip.h
@@ -154,7 +154,7 @@ _ODP_STATIC_ASSERT(sizeof(odph_ipv6hdr_t) == ODPH_IPV6HDR_LEN, "ODPH_IPV6HDR_T__
*/
typedef struct ODP_PACKED {
uint8_t next_hdr; /**< Protocol of next header */
- uint8_t ext_len; /**< Length of this extention in 8 byte units,
+ uint8_t ext_len; /**< Length of this extension in 8 byte units,
not counting first 8 bytes, so 0 = 8 bytes
1 = 16 bytes, etc. */
uint8_t filler[6]; /**< Fill out first 8 byte segment */
diff --git a/helper/ring.c b/helper/ring.c
index 721c1fc2a..67fece962 100644
--- a/helper/ring.c
+++ b/helper/ring.c
@@ -279,7 +279,7 @@ int __odph_ring_mp_do_enqueue(odph_ring_t *r, void * const *obj_table,
}
/*
- * If there are other enqueues in progress that preceeded us,
+ * If there are other enqueues in progress that preceded us,
* we need to wait for them to complete
*/
while (odp_unlikely(r->prod.tail != prod_head))