Signed-off-by: Bill Fischofer <[email protected]> --- include/odp/api/buffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
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 -- 2.1.0 _______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
