aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Holmes <mike.holmes@linaro.org>2015-06-04 13:18:10 -0400
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-06-05 14:28:29 +0300
commitafba2fa2a2baf4f1d4d04d6c633848af370deae4 (patch)
tree92e5e9b0d79d4096f442e91f6a47a1a5ec5543cc
parente74da0f6639acee92a80efe2a68275bae4a75e9c (diff)
api: codespell: correct 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>
-rw-r--r--include/odp/api/crypto.h4
-rw-r--r--include/odp/api/packet_io.h2
-rw-r--r--include/odp/api/pool.h2
-rw-r--r--include/odp/api/queue.h4
4 files changed, 6 insertions, 6 deletions
diff --git a/include/odp/api/crypto.h b/include/odp/api/crypto.h
index 792549c74..a9a2a1d94 100644
--- a/include/odp/api/crypto.h
+++ b/include/odp/api/crypto.h
@@ -110,7 +110,7 @@ typedef struct odp_crypto_data_range {
} odp_crypto_data_range_t;
/**
- * Crypto API session creation paramters
+ * Crypto API session creation parameters
*
* @todo Add "odp_session_proc_info_t"
*/
@@ -133,7 +133,7 @@ typedef struct odp_crypto_session_params {
* Controls ordering of authentication and cipher operations,
* and is relative to the operation (encode vs decode).
* When encoding, @c TRUE indicates the authentication operation
- * should be peformed @b after the cipher operation else before.
+ * should be performed @b after the cipher operation else before.
* When decoding, @c TRUE indicates the reverse order of operation.
*
* @var odp_crypto_session_params_t::compl_queue
diff --git a/include/odp/api/packet_io.h b/include/odp/api/packet_io.h
index 6d17d8681..3d42ee001 100644
--- a/include/odp/api/packet_io.h
+++ b/include/odp/api/packet_io.h
@@ -89,7 +89,7 @@ typedef struct odp_pktio_param_t {
*
* @note Packets arriving via this interface assigned to a CoS by the
* classifier are received into the pool associated with that CoS. This
- * will occur either becuase this pktio is assigned a default CoS via
+ * will occur either because this pktio is assigned a default CoS via
* the odp_pktio_default_cos_set() routine, or because a matching PMR
* assigned the packet to a specific CoS. The default pool specified
* here is applicable only for those packets that are not assigned to a
diff --git a/include/odp/api/pool.h b/include/odp/api/pool.h
index e5061ab4a..1ae7119eb 100644
--- a/include/odp/api/pool.h
+++ b/include/odp/api/pool.h
@@ -37,7 +37,7 @@ extern "C" {
* Invalid pool
*/
-/** Maximum queue name lenght in chars */
+/** Maximum queue name length in chars */
#define ODP_POOL_NAME_LEN 32
/**
diff --git a/include/odp/api/queue.h b/include/odp/api/queue.h
index 6a8b15f6e..f7a077759 100644
--- a/include/odp/api/queue.h
+++ b/include/odp/api/queue.h
@@ -41,7 +41,7 @@ extern "C" {
/**
* @def ODP_QUEUE_NAME_LEN
- * Maximum queue name lenght in chars
+ * Maximum queue name length in chars
*/
@@ -213,7 +213,7 @@ odp_queue_t odp_queue_lookup(const char *name);
/**
* Set queue context
*
- * Its the responsability of the interface user to make sure
+ * It is the responsibility of the interface user to make sure
* queue context allocation is done in an area reachable for
* all EOs accessing the context
*