diff mbox

[PATCHv2,1/4] api: cpumask: doxygen: cpumask_first: use app language

Message ID 1422045030-15887-2-git-send-email-anders.roxell@linaro.org
State Accepted
Commit c81d11c4bbd1d15f32298cc00d560f261878b93e
Headers show

Commit Message

Anders Roxell Jan. 23, 2015, 8:30 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 ebff9b0..7c1bb6d 100644
--- a/platform/linux-generic/include/api/odp_cpumask.h
+++ b/platform/linux-generic/include/api/odp_cpumask.h
@@ -132,7 +132,7 @@  int odp_cpumask_equal(const odp_cpumask_t *mask1,
 void odp_cpumask_copy(odp_cpumask_t *dest, const odp_cpumask_t *src);
 
 /**
- * Find first bit set in mask
+ * Find first CPU that is set in the mask
  *
  * @return cpu else -1 if no bits set in cpumask
  */