Message ID | 1437929007-15426-1-git-send-email-bill.fischofer@linaro.org |
---|---|
State | Accepted |
Commit | 006181a598e5ee0499f7e013d1db55a62195885f |
Headers | show |
Merged, Maxim. On 07/26/15 19:43, Bill Fischofer wrote: > Signed-off-by: Bill Fischofer <bill.fischofer@linaro.org> > --- > include/odp/api/schedule.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/odp/api/schedule.h b/include/odp/api/schedule.h > index 4c54ec0..36e52cd 100644 > --- a/include/odp/api/schedule.h > +++ b/include/odp/api/schedule.h > @@ -222,7 +222,7 @@ int odp_schedule_group_destroy(odp_schedule_group_t group); > /** > * Initialize ordered context lock > * > - * Initialize an ordered queue context lock. The lock can be accosiated only > + * Initialize an ordered queue context lock. The lock can be associated only > * with ordered queues and used only within an ordered synchronization context. > * > * @param queue Ordered queue
diff --git a/include/odp/api/schedule.h b/include/odp/api/schedule.h index 4c54ec0..36e52cd 100644 --- a/include/odp/api/schedule.h +++ b/include/odp/api/schedule.h @@ -222,7 +222,7 @@ int odp_schedule_group_destroy(odp_schedule_group_t group); /** * Initialize ordered context lock * - * Initialize an ordered queue context lock. The lock can be accosiated only + * Initialize an ordered queue context lock. The lock can be associated only * with ordered queues and used only within an ordered synchronization context. * * @param queue Ordered queue
Signed-off-by: Bill Fischofer <bill.fischofer@linaro.org> --- include/odp/api/schedule.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)