diff --git a/scheduler/inc/scheduler_api.h b/scheduler/inc/scheduler_api.h index c62e0c7d7b..842f840542 100644 --- a/scheduler/inc/scheduler_api.h +++ b/scheduler/inc/scheduler_api.h @@ -140,7 +140,7 @@ QDF_STATUS scheduler_deregister_module(QDF_MODULE_ID qid); /** * scheduler_post_msg_by_priority() - post messages by priority * @qid: queue id to to post message - * @msg: mesage pointer + * @msg: message pointer * @is_high_priority: set to true for high priority message else false * * Return: QDF status @@ -151,7 +151,7 @@ QDF_STATUS scheduler_post_msg_by_priority(QDF_MODULE_ID qid, /** * scheduler_post_msg() - post normal messages(no priority) * @qid: queue id to to post message - * @msg: mesage pointer + * @msg: message pointer * * Return: QDF status */