mirror of https://github.com/citusdata/citus.git
fix typo in comments
parent
58fef24142
commit
02260cd444
|
@ -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 *
|
static TaskPlacementExecution *
|
||||||
PopUnassignedPlacementExecution(WorkerPool *workerPool)
|
PopUnassignedPlacementExecution(WorkerPool *workerPool)
|
||||||
|
|
Loading…
Reference in New Issue