[doc] wrong code comments for function PopUnassignedPlacementExecution (#8079)

Fixes #7621

DESCRIPTION: function comment correction
pull/8073/head
ibrahim halatci 2025-07-29 13:24:42 +03:00 committed by GitHub
parent 3e2b6f61fa
commit 6b9962c0c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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