aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/spec/queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/odp/api/spec/queue.h')
-rw-r--r--include/odp/api/spec/queue.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/odp/api/spec/queue.h b/include/odp/api/spec/queue.h
index 65cf3d1ee..0315d1312 100644
--- a/include/odp/api/spec/queue.h
+++ b/include/odp/api/spec/queue.h
@@ -50,9 +50,9 @@ odp_queue_t odp_queue_create(const char *name, const odp_queue_param_t *param);
* Destroy ODP queue
*
* Destroys ODP queue. The queue must be empty and detached from other
- * ODP API (crypto, pktio, etc). Application must ensure that no other
- * operations on this queue are invoked in parallel. Otherwise behavior
- * is undefined.
+ * ODP API (crypto, pktio, classifier, timer, etc). Application must ensure
+ * that no other operations on this queue are invoked in parallel. Otherwise
+ * behavior is undefined.
*
* @param queue Queue handle
*