[Openmp-commits] [openmp] r260613 - Fix a couple of typos in comments
Jonathan Peyton via Openmp-commits
openmp-commits at lists.llvm.org
Thu Feb 11 14:58:29 PST 2016
Author: jlpeyton
Date: Thu Feb 11 16:58:29 2016
New Revision: 260613
URL: http://llvm.org/viewvc/llvm-project?rev=260613&view=rev
Log:
Fix a couple of typos in comments
Modified:
openmp/trunk/runtime/src/kmp_tasking.c
Modified: openmp/trunk/runtime/src/kmp_tasking.c
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/runtime/src/kmp_tasking.c?rev=260613&r1=260612&r2=260613&view=diff
==============================================================================
--- openmp/trunk/runtime/src/kmp_tasking.c (original)
+++ openmp/trunk/runtime/src/kmp_tasking.c Thu Feb 11 16:58:29 2016
@@ -2704,7 +2704,7 @@ __kmp_tasking_barrier( kmp_team_t *team,
#if OMP_41_ENABLED
/* __kmp_give_task puts a task into a given thread queue if:
- - the queue for that thread it was created
+ - the queue for that thread was created
- there's space in that queue
Because of this, __kmp_push_task needs to check if there's space after getting the lock
@@ -2854,7 +2854,7 @@ void __kmpc_proxy_task_completed_ooo ( k
__kmp_first_top_half_finish_proxy(taskdata);
- // Enqueue task to complete bottom half completation from a thread within the corresponding team
+ // Enqueue task to complete bottom half completion from a thread within the corresponding team
kmp_team_t * team = taskdata->td_team;
kmp_int32 nthreads = team->t.t_nproc;
kmp_info_t *thread;
More information about the Openmp-commits
mailing list