aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/queue.h
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 /include/odp/api/queue.h
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>
Diffstat (limited to 'include/odp/api/queue.h')
-rw-r--r--include/odp/api/queue.h4
1 files changed, 2 insertions, 2 deletions
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
*