Updated doxygen descriptions, particularly the @return/@retval descriptions.
No change of implementation necessary.

Signed-off-by: Ola Liljedahl <ola.liljed...@linaro.org>
---
(This document/code contribution attached is provided under the terms of
agreement LES-LTM-21309)

 include/odp/api/thread.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/odp/api/thread.h b/include/odp/api/thread.h
index 469d298..d6016cb 100644
--- a/include/odp/api/thread.h
+++ b/include/odp/api/thread.h
@@ -23,9 +23,9 @@ extern "C" {
  */
 
 /**
- * Get thread id
+ * Get thread identifier
  *
- * @return Thread id of the current thread
+ * @return Thread identifier of the current thread
  */
 int odp_thread_id(void);
 
@@ -33,7 +33,7 @@ int odp_thread_id(void);
 /**
  * Get CPU number
  *
- * @return CPU ID where the thread is currently running
+ * @return CPU number where the thread is currently running
  */
 int odp_thread_cpu(void);
 
-- 
1.9.1


_______________________________________________
lng-odp mailing list
lng-odp@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to