Also fixed spelling
Signed-off-by: Mike Holmes <[email protected]>
---
platform/linux-generic/include/api/odp_barrier.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/platform/linux-generic/include/api/odp_barrier.h
b/platform/linux-generic/include/api/odp_barrier.h
index fb02a9d..08338c3 100644
--- a/platform/linux-generic/include/api/odp_barrier.h
+++ b/platform/linux-generic/include/api/odp_barrier.h
@@ -39,16 +39,16 @@ typedef struct odp_barrier_t {
/**
* Init barrier with thread count
*
- * @param barrier Barrier
- * @param count Thread count
+ * @param[out] barrier Barrier
+ * @param[in] count Thread count
*/
void odp_barrier_init_count(odp_barrier_t *barrier, int count);
/**
- * Synchronise thread execution on barrier
+ * Synchronize thread execution on barrier
*
- * @param barrier Barrier
+ * @param[in,out] barrier Barrier
*/
void odp_barrier_sync(odp_barrier_t *barrier);
--
2.1.0
_______________________________________________
lng-odp mailing list
[email protected]
http://lists.linaro.org/mailman/listinfo/lng-odp