libgomp – spelling fixes, incl. omp_lib.h.in
authorTobias Burnus <burnus@gcc.gnu.org>
Wed, 11 Dec 2019 11:45:49 +0000 (12:45 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Wed, 11 Dec 2019 11:45:49 +0000 (12:45 +0100)
        * omp_lib.h.in: Fix spelling of function declaration
        omp_get_cancell(l)ation.
        * libgomp.texi (acc_is_present, acc_async_test, acc_async_test_all):
        Fix typos.
        * env.c: Fix comment typos.
        * oacc-host.c: Likewise.
        * ordered.c: Likewise.
        * task.c: Likewise.
        * team.c: Likewise.
        * config/gcn/task.c: Likewise.
        * config/gcn/team.c: Likewise.
        * config/nvptx/task.c: Likewise.
        * config/nvptx/team.c: Likewise.
        * plugin/plugin-gcn.c: Likewise.
        * testsuite/libgomp.fortran/jacobi.f: Likewise.
        * testsuite/libgomp.hsa.c/tiling-2.c: Likewise.
        * testsuite/libgomp.oacc-c-c++-common/enter_exit-lib.c: Likewise.

From-SVN: r279218

16 files changed:
libgomp/ChangeLog
libgomp/config/gcn/task.c
libgomp/config/gcn/team.c
libgomp/config/nvptx/task.c
libgomp/config/nvptx/team.c
libgomp/env.c
libgomp/libgomp.texi
libgomp/oacc-host.c
libgomp/omp_lib.h.in
libgomp/ordered.c
libgomp/plugin/plugin-gcn.c
libgomp/task.c
libgomp/team.c
libgomp/testsuite/libgomp.fortran/jacobi.f
libgomp/testsuite/libgomp.hsa.c/tiling-2.c
libgomp/testsuite/libgomp.oacc-c-c++-common/enter_exit-lib.c

index 14154088c9536131f6c7c015a897fa124a2e035d..6cefeba5f5f369667b7652b786afc05955bd978d 100644 (file)
@@ -1,3 +1,23 @@
+2019-12-11  Tobias Burnus  <tobias@codesourcery.com>
+
+       * omp_lib.h.in: Fix spelling of function declaration
+       omp_get_cancell(l)ation.
+       * libgomp.texi (acc_is_present, acc_async_test, acc_async_test_all):
+       Fix typos.
+       * env.c: Fix comment typos.
+       * oacc-host.c: Likewise.
+       * ordered.c: Likewise.
+       * task.c: Likewise.
+       * team.c: Likewise.
+       * config/gcn/task.c: Likewise.
+       * config/gcn/team.c: Likewise.
+       * config/nvptx/task.c: Likewise.
+       * config/nvptx/team.c: Likewise.
+       * plugin/plugin-gcn.c: Likewise.
+       * testsuite/libgomp.fortran/jacobi.f: Likewise.
+       * testsuite/libgomp.hsa.c/tiling-2.c: Likewise.
+       * testsuite/libgomp.oacc-c-c++-common/enter_exit-lib.c: Likewise.
+
 2019-12-11  Tobias Burnus  <tobias@codesourcery.com>
 
        * testsuite/libgomp.oacc-fortran/optional-cache.f95: Add 'dg-do run'.
        (host_openacc_async_construct): New function.
        (host_openacc_async_destruct): New function.
        (struct gomp_device_descr host_dispatch): Remove initialization of old
-       interface, add intialization of new async sub-struct.
+       interface, add initialization of new async sub-struct.
        * oacc-init.c (acc_shutdown_1): Adjust to use gomp_fini_device.
        (goacc_attach_host_thread_to_device): Remove old async code usage.
        * oacc-int.h (goacc_init_asyncqueues): New declaration.
        * libgomp_g.h (GOACC_parallel): Remove.
        (GOACC_parallel_keyed): Declare.
        * plugin/plugin-nvptx.c (struct targ_fn_launch): New struct.
-       (stuct targ_gn_descriptor): Replace name field with launch field.
+       (struct targ_gn_descriptor): Replace name field with launch field.
        (nvptx_exec): Lose separate geometry args, take array.  Process
        dynamic dimensions and adjust.
        (struct nvptx_tdata): Replace fn_names field with fn_descs.
 2015-09-08  Aditya Kumar  <hiraditya@msn.com>
            Sebastian Pop  <s.pop@samsung.com>
 
-       * testsuite/libgomp.graphite/bounds.c (int foo): Modifed test case to
+       * testsuite/libgomp.graphite/bounds.c (int foo): Modified test case to
        match o/p.
        * testsuite/libgomp.graphite/force-parallel-1.c (void parloop): Same.
        * testsuite/libgomp.graphite/force-parallel-4.c: Same.
        * target.c (struct offload_image_descr): Constify target_data.
        (gomp_offload_image_to_device): Likewise.
        (GOMP_offload_register): Likewise.
-       (GOMP_offload_unrefister): Likewise.
+       (GOMP_offload_unregister): Likewise.
        * plugin/plugin-host.c (GOMP_OFFLOAD_load_image,
        GOMP_OFFLOAD_unload_image): Constify target data.
        * plugin/plugin-nvptx.c (struct ptx_image_data): Constify target data.
 2014-12-12  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
 
        * testsuite/lib/libgomp.exp: Load target-utils.exp.
-       Move load of target-supportes.exp earlier.
+       Move load of target-supports.exp earlier.
 
 2014-12-10  Ilya Verbin  <ilya.verbin@intel.com>
 
 
 2013-12-17  Andreas Tobler  <andreast@gcc.gnu.org>
 
-       * testsuite/libgomp.c/affinity-1.c: Remove alloca.h inlcude. Replace
+       * testsuite/libgomp.c/affinity-1.c: Remove alloca.h include. Replace
        alloca () with __builtin_alloca ().
        * testsuite/libgomp.c/icv-2.c: Add FreeBSD coverage.
        * testsuite/libgomp.c/lock-3.c: Likewise.
        (gomp_team_end): Use gomp_managed_threads_lock instead of
        gomp_remaining_threads_lock.  Use gomp_team_barrier_wait_final instead
        of gomp_team_barrier_wait.  If team->team_cancelled, call
-       gomp_fini_worshare on ws chain starting at team->work_shares_to_free
+       gomp_fini_workshare on ws chain starting at team->work_shares_to_free
        rather than thr->ts.work_share.
        (initialize_team): Don't call gomp_sem_init here.
        * sections.c (GOMP_parallel_sections_start): Adjust gomp_team_start
 
        * configure.ac: Determine whether -pthread or -lpthread is needed.
        * Makefile.am (libgomp_la_LDFLAGS): Remove explicit -lpthread.
-       * Makefine.in, configure: Rebuild.
+       * Makefile.in, configure: Rebuild.
 
 2005-09-28  Richard Henderson  <rth@redhat.com>
 
index a13565034b6c3fc5bd3decc5d6358b1ac827e33d..91554571b997c951f602ae33c3518c7e70820219 100644 (file)
@@ -23,7 +23,7 @@
    see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
    <http://www.gnu.org/licenses/>.  */
 
-/* This file handles the maintainence of tasks in response to task
+/* This file handles the maintenance of tasks in response to task
    creation and termination.  */
 
 #include "libgomp.h"
index 20d419198e0632618172fee949aa3a9a864d0d2d..e538a10fd8a988d7a411cd7f6176a17a96487c8e 100644 (file)
@@ -23,7 +23,7 @@
    see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
    <http://www.gnu.org/licenses/>.  */
 
-/* This file handles maintainance of threads on AMD GCN.  */
+/* This file handles maintenance of threads on AMD GCN.  */
 
 #include "libgomp.h"
 #include <stdlib.h>
@@ -74,7 +74,7 @@ gomp_gcn_enter_kernel (void)
                                                      * numthreads);
       set_gcn_thrs (thrs);
 
-      /* Allocate and initailize a pool of threads in the team.
+      /* Allocate and initialize a pool of threads in the team.
          The threads are already running, of course, we just need to manage
          the communication between them.  */
       struct gomp_thread_pool *pool = team_malloc (sizeof (*pool));
index 643e301bd126219f112145d847e173a966738204..f7745a7314db3e10489720b7289133812be12c7b 100644 (file)
@@ -23,7 +23,7 @@
    see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
    <http://www.gnu.org/licenses/>.  */
 
-/* This file handles the maintainence of tasks in response to task
+/* This file handles the maintenance of tasks in response to task
    creation and termination.  */
 
 #ifdef __nvptx_softstack__
index 8ad438df70777c95b88d5cdad8cf1e1eb459fd7f..d19c963e8719ac9470806c0f9d5f114231aa5ad5 100644 (file)
@@ -23,7 +23,7 @@
    see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
    <http://www.gnu.org/licenses/>.  */
 
-/* This file handles maintainance of threads on NVPTX.  */
+/* This file handles maintenance of threads on NVPTX.  */
 
 #if defined __nvptx_softstack__ && defined __nvptx_unisimt__
 
index 29d9f58cba3a82bfb3265282ff2b7e86cfcb5abe..9a7af1265a4a2e80d9087d0c7f24a5096cb22b6a 100644 (file)
@@ -1337,7 +1337,7 @@ initialize_env (void)
     ignore = true;
   /* Make sure OMP_PLACES and GOMP_CPU_AFFINITY env vars are always
      parsed if present in the environment.  If OMP_PROC_BIND was set
-     explictly to false, don't populate places list though.  If places
+     explicitly to false, don't populate places list though.  If places
      list was successfully set from OMP_PLACES, only parse but don't process
      GOMP_CPU_AFFINITY.  If OMP_PROC_BIND was not set in the environment,
      default to OMP_PROC_BIND=true if OMP_PLACES or GOMP_CPU_AFFINITY
index 6db895f627266e45cb376f1848dec1ae71f373c5..ac9d38e01d756496044f07b71efcb95909495b90 100644 (file)
@@ -1887,7 +1887,7 @@ acceleration device.
                                 host address.
 * acc_hostptr::                 Get host pointer associated with specific
                                 device address.
-* acc_is_present::              Indiciate whether host variable / array is
+* acc_is_present::              Indicate whether host variable / array is
                                 present on device.
 * acc_memcpy_to_device::        Copy host memory to device memory.
 * acc_memcpy_from_device::      Copy device memory to host memory.
@@ -2042,10 +2042,10 @@ region.
 @section @code{acc_async_test} -- Test for completion of a specific asynchronous operation.
 @table @asis
 @item @emph{Description}
-This function tests for completion of the asynchrounous operation specified
+This function tests for completion of the asynchronous operation specified
 in @var{arg}. In C/C++, a non-zero value will be returned to indicate
 the specified asynchronous operation has completed. While Fortran will return
-a @code{true}. If the asynchrounous operation has not completed, C/C++ returns
+a @code{true}. If the asynchronous operation has not completed, C/C++ returns
 a zero and Fortran returns a @code{false}.
 
 @item @emph{C/C++}:
@@ -2071,7 +2071,7 @@ a zero and Fortran returns a @code{false}.
 @section @code{acc_async_test_all} -- Tests for completion of all asynchronous operations.
 @table @asis
 @item @emph{Description}
-This function tests for completion of all asynchrounous operations.
+This function tests for completion of all asynchronous operations.
 In C/C++, a non-zero value will be returned to indicate all asynchronous
 operations have completed. While Fortran will return a @code{true}. If
 any asynchronous operation has not completed, C/C++ returns a zero and
@@ -2255,7 +2255,7 @@ This function shuts down the runtime for the device type specified in
 @item @emph{Description}:
 This function returns whether the program is executing on a particular
 device specified in @var{devicetype}. In C/C++ a non-zero value is
-returned to indicate the device is execiting on the specified device type.
+returned to indicate the device is executing on the specified device type.
 In Fortran, @code{true} will be returned. If the program is not executing
 on the specified device type C/C++ will return a zero, while Fortran will
 return @code{false}.
index e9cd4bfcd4a70200f9a5c5daebc80719f87c48a7..845140f04f52b6ac4898b096452f4cfa2fff5c0e 100644 (file)
@@ -260,7 +260,7 @@ static struct gomp_device_descr host_dispatch =
     .run_func = host_run,
 
     .mem_map = { NULL },
-    /* .lock initilized in goacc_host_init.  */
+    /* .lock initialized in goacc_host_init.  */
     .state = GOMP_DEVICE_UNINITIALIZED,
 
     .openacc = {
index a0fc04cc724f0b59ab982e97929d58b9edec660a..2c33ce8ea76eda2cb7a28c60f0a45b81cc5aba9c 100644 (file)
       external omp_in_final
       logical(4) omp_in_final
 
-      external omp_get_cancelllation
-      logical(4) omp_get_cancelllation
+      external omp_get_cancellation
+      logical(4) omp_get_cancellation
 
       external omp_get_proc_bind
       integer(omp_proc_bind_kind) omp_get_proc_bind
index 6d07fd445d3a5dcabca93d9168583ddc83d24373..60e310e01a114988c0725a9f2669dcb07de8cbb8 100644 (file)
@@ -214,7 +214,7 @@ gomp_ordered_sync (void)
      Either way we get correct results.
      However, there is an implicit flush on entry to an ordered region,
      so we do need to have a barrier here.  If we were taking a lock
-     this could be MEMMODEL_RELEASE since the acquire would be coverd
+     this could be MEMMODEL_RELEASE since the acquire would be covered
      by the lock.  */
 
   __atomic_thread_fence (MEMMODEL_ACQ_REL);
@@ -246,7 +246,7 @@ GOMP_ordered_start (void)
 
    However, the current implementation has a flaw in that it does not allow
    the next thread into the ORDERED section immediately after the current
-   thread exits the ORDERED section in its last iteration.  The existance
+   thread exits the ORDERED section in its last iteration.  The existence
    of this function allows the implementation to change.  */
 
 void
index 9287e27e022163496aaecc8163404e338151a013..04fe472a70dc25f503824b2c6faf3c1dc68f5582 100644 (file)
@@ -107,7 +107,7 @@ secure_getenv (const char *name)
 /* }}}  */
 /* {{{ Types  */
 
-/* GCN-specific implmentation of the GOMP_PLUGIN_acc_thread data.  */
+/* GCN-specific implementation of the GOMP_PLUGIN_acc_thread data.  */
 
 struct gcn_thread
 {
@@ -408,7 +408,7 @@ struct agent_info
   /* Whether the agent has been initialized.  The fields below are usable only
      if it has been.  */
   bool initialized;
-  /* Precomuted check for problem architectures.  */
+  /* Precomputed check for problem architectures.  */
   bool gfx900_p;
 
   /* Command queues of the agent.  */
@@ -3858,7 +3858,7 @@ GOMP_OFFLOAD_openacc_async_construct (int device)
   return aq;
 }
 
-/* Destroy an exisiting asynchronous thread and queue.  Waits for any
+/* Destroy an existing asynchronous thread and queue.  Waits for any
    currently-running task to complete, but cancels any queued tasks.  */
 
 bool
index 15177ac8824d1016f5131d2aba26cd6c9b8e857c..1ecb5d918c61871bdc85fc333cfb517e0d14c982 100644 (file)
@@ -23,7 +23,7 @@
    see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
    <http://www.gnu.org/licenses/>.  */
 
-/* This file handles the maintainence of tasks in response to task
+/* This file handles the maintenance of tasks in response to task
    creation and termination.  */
 
 #include "libgomp.h"
@@ -1157,7 +1157,7 @@ gomp_task_run_post_handle_dependers (struct gomp_task *child_task,
 
       /* CHILD_TASK satisfies a dependency for TASK.  Keep track of
         TASK's remaining dependencies.  Once TASK has no other
-        depenencies, put it into the various queues so it will get
+        dependencies, put it into the various queues so it will get
         scheduled for execution.  */
       if (--task->num_dependees != 0)
        continue;
@@ -1674,7 +1674,7 @@ gomp_task_maybe_wait_for_dependencies (void **depend)
              {
                tsk->parent_depends_on = true;
                ++num_awaited;
-               /* If depenency TSK itself has no dependencies and is
+               /* If dependency TSK itself has no dependencies and is
                   ready to run, move it up front so that we run it as
                   soon as possible.  */
                if (tsk->num_dependees == 0 && tsk->kind == GOMP_TASK_WAITING)
index cdfb9ba6c98045721c7883a4033a287c88a8581c..c1633fafa48c26e256a9a7a3e325d83df3f901eb 100644 (file)
@@ -23,7 +23,7 @@
    see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
    <http://www.gnu.org/licenses/>.  */
 
-/* This file handles the maintainence of threads in response to team
+/* This file handles the maintenance of threads in response to team
    creation and termination.  */
 
 #include "libgomp.h"
index b27e20f27669e242ca8a0b2306552a3b0127ef65..5e9a2d836aa381dc5ae6c4526777b038ddcf4538 100644 (file)
@@ -11,7 +11,7 @@
 * Author:   Joseph Robicheaux, Kuck and Associates, Inc. (KAI), 1998
 * 
 * Directives are used in this code to achieve paralleism. 
-* All do loops are parallized with default 'static' scheduling.
+* All do loops are parallelized with default 'static' scheduling.
 * 
 * Input :  n - grid dimension in x direction 
 *          m - grid dimension in y direction
@@ -70,7 +70,7 @@
       subroutine driver ( ) 
 *************************************************************
 * Subroutine driver () 
-* This is where the arrays are allocated and initialzed. 
+* This is where the arrays are allocated and initialized.
 *
 * Working varaibles/arrays 
 *     dx  - grid spacing in x direction 
       dx = 2.0 / (n-1)
       dy = 2.0 / (m-1)
 
-* Initilize initial condition and RHS
+* Initialize initial condition and RHS
 
 !$omp parallel do private(xx,yy)
       do j = 1,m
index 6e5430455598e9c38f3e97a74529612de372187c..2756d14ca8287d1c29c6eec6f28d118de7ab4888 100644 (file)
@@ -167,7 +167,7 @@ void tiled_sgemm_tt(const int M, const int N, const int K, const float alpha, co
 
 // -------------------------------------------------------------------
 //      The rest of this code forms the HSAIL kernel with the
-//      pairs of "paralell for collapse(2)" loops repalced with a barrier.
+//      pairs of "parallel for collapse(2)" loops replaced with a barrier.
 //      The kernel initializes these values
 //      C_row_start = get_group_id(0) * BLOCK_SIZE
 //      C_col_start = get_group_id(1) * BLOCK_SIZE
index b5b37b2893fbd2262733d2ca252c8108b8b38f09..f86af75beaa05aa7dd95f9566255ff6e6f274411 100644 (file)
@@ -1,4 +1,4 @@
-/* Verify enter/exit data interoperablilty between pragmas and
+/* Verify enter/exit data interoperability between pragmas and
    acc library calls.  */
 
 /* { dg-do run } */