fix typo in comments

pull/7639/head
winter.loo 2024-06-28 20:05:12 +08:00
parent 58fef24142
commit 02260cd444
1 changed files with 1 additions and 1 deletions

View File

@ -3805,7 +3805,7 @@ PopAssignedPlacementExecution(WorkerSession *session)
/*
* PopAssignedPlacementExecution finds an executable task from the queue of assigned tasks.
* PopUnAssignedPlacementExecution finds an executable task from the queue of assigned tasks.
*/
static TaskPlacementExecution *
PopUnassignedPlacementExecution(WorkerPool *workerPool)