[Openmp-commits] [openmp] r272291 - Fix spelling in comment

Jonathan Peyton via Openmp-commits openmp-commits at lists.llvm.org
Thu Jun 9 11:51:17 PDT 2016


Author: jlpeyton
Date: Thu Jun  9 13:51:17 2016
New Revision: 272291

URL: http://llvm.org/viewvc/llvm-project?rev=272291&view=rev
Log:
Fix spelling in comment

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=272291&r1=272290&r2=272291&view=diff
==============================================================================
--- openmp/trunk/runtime/src/kmp_tasking.c (original)
+++ openmp/trunk/runtime/src/kmp_tasking.c Thu Jun  9 13:51:17 2016
@@ -1655,7 +1655,7 @@ __kmp_remove_my_task( kmp_info_t * threa
             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,




More information about the Openmp-commits mailing list