Fix spelling in comment

llvm-svn: 272291
This commit is contained in:
Jonathan Peyton 2016-06-09 18:51:17 +00:00
parent 4d27da90f0
commit b6f0f521f5
1 changed files with 1 additions and 1 deletions

View File

@ -1655,7 +1655,7 @@ __kmp_remove_my_task( kmp_info_t * thread, kmp_int32 gtid, kmp_task_team_t *task
KMP_DEBUG_ASSERT(parent != NULL);
}
if ( parent != current ) {
// If the tail task is not a child, then no other childs can appear in the deque.
// If the tail task is not a child, then no other child can appear in the deque.
__kmp_release_bootstrap_lock( & thread_data -> td.td_deque_lock );
KA_TRACE(10, ("__kmp_remove_my_task(exit #2): T#%d No tasks to remove: ntasks=%d head=%u tail=%u\n",
gtid, thread_data->td.td_deque_ntasks, thread_data->td.td_deque_head,