Signed-off-by: Bill Fischofer <[email protected]> --- 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 -- 2.1.4 _______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
