aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include/api
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2015-01-23 21:30:29 +0100
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-01-28 15:49:09 +0300
commitb9f8ef90824bbd6270ca6e2d0088b694b753a2bb (patch)
tree8aea91af8f9990bef31d7cb2fc78135818a3a19b /platform/linux-generic/include/api
parentb4fd80a4c7845e61839d95091b53f535fae625fb (diff)
api: cpumask: doxygen: cpumask_last: use app language
Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Reviewed-by: Robbie King <robking@cisco.com> Reviewed-by: Mike Holmes <mike.holmes@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'platform/linux-generic/include/api')
-rw-r--r--platform/linux-generic/include/api/odp_cpumask.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linux-generic/include/api/odp_cpumask.h b/platform/linux-generic/include/api/odp_cpumask.h
index 998a8ffe7..caa4cedd2 100644
--- a/platform/linux-generic/include/api/odp_cpumask.h
+++ b/platform/linux-generic/include/api/odp_cpumask.h
@@ -140,7 +140,7 @@ void odp_cpumask_copy(odp_cpumask_t *dest, const odp_cpumask_t *src);
int odp_cpumask_first(const odp_cpumask_t *mask);
/**
- * Find last bit set in mask
+ * Find last CPU that is set in the mask
*
* @return cpu else -1 if no bits set in cpumask
*/