diff mbox

[API-NEXT,PATCHv2,2/3] api: buffer: clarify pool handle on alloc

Message ID 1433391767-26775-2-git-send-email-bill.fischofer@linaro.org
State New
Headers show

Commit Message

Bill Fischofer June 4, 2015, 4:22 a.m. UTC
Signed-off-by: Bill Fischofer <bill.fischofer@linaro.org>
---
 include/odp/api/buffer.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/include/odp/api/buffer.h b/include/odp/api/buffer.h
index 9ad08ea..83f06c3 100644
--- a/include/odp/api/buffer.h
+++ b/include/odp/api/buffer.h
@@ -108,7 +108,7 @@  odp_pool_t odp_buffer_pool(odp_buffer_t buf);
  * Buffer alloc
  *
  * The validity of a buffer can be cheked at any time with odp_buffer_is_valid()
- * @param pool      Pool handle
+ * @param pool      Handle for pool of type ODP_POOL_BUFFER
  *
  * @return Handle of allocated buffer
  * @retval ODP_BUFFER_INVALID  Buffer could not be allocated