diff mbox

[3/4] api: cpumask: doxygen: cpumask_last: use app language

Message ID 1422044869-10770-4-git-send-email-anders.roxell@linaro.org
State Superseded
Headers show

Commit Message

Anders Roxell Jan. 23, 2015, 8:27 p.m. UTC
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Reviewed-by: Robbie King <robking@cisco.com>
---
 platform/linux-generic/include/api/odp_cpumask.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/platform/linux-generic/include/api/odp_cpumask.h b/platform/linux-generic/include/api/odp_cpumask.h
index 998a8ff..caa4ced 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
  */