浏览代码

qcacmn: scheduler: Fix misspellings

Fix misspellings in scheduler/...

Change-Id: I39b11d5a3755c84cf53cc5dffc995a8ea531f36a
CRs-Fixed: 3304691
Jeff Johnson 2 年之前
父节点
当前提交
45c28558a5
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      scheduler/src/scheduler_api.c

+ 2 - 2
scheduler/src/scheduler_api.c

@@ -265,7 +265,7 @@ QDF_STATUS scheduler_post_msg_by_priority(uint32_t qid,
 		sched_err("Src_id/Dest_id invalid, cannot post message");
 		return QDF_STATUS_E_FAILURE;
 	}
-	/* Target_If is a special message queue in phase 3 convergence beacause
+	/* Target_If is a special message queue in phase 3 convergence because
 	 * its used by both legacy WMA and as well as new UMAC components which
 	 * directly populate callback handlers in message body.
 	 * 1) WMA legacy messages should not have callback
@@ -417,7 +417,7 @@ QDF_STATUS scheduler_target_if_mq_handler(struct scheduler_msg *msg)
 
 	target_if_msg_handler = msg->callback;
 
-	/* Target_If is a special message queue in phase 3 convergence beacause
+	/* Target_If is a special message queue in phase 3 convergence because
 	 * its used by both legacy WMA and as well as new UMAC components. New
 	 * UMAC components directly pass their message handlers as callback in
 	 * message body.