Message ID | 1422045030-15887-4-git-send-email-anders.roxell@linaro.org |
---|---|
State | Accepted |
Commit | b9f8ef90824bbd6270ca6e2d0088b694b753a2bb |
Headers | show |
On 23 January 2015 at 15:30, Anders Roxell <anders.roxell@linaro.org> wrote: > Signed-off-by: Anders Roxell <anders.roxell@linaro.org> > Reviewed-by: Robbie King <robking@cisco.com> > Reviewed-by: Mike Holmes <mike.holmes@linaro.org> --- > platform/linux-generic/include/api/odp_cpumask.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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 > */ > -- > 2.1.4 > > > _______________________________________________ > lng-odp mailing list > lng-odp@lists.linaro.org > http://lists.linaro.org/mailman/listinfo/lng-odp >
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 */