summaryrefslogtreecommitdiff
path: root/libgomp/plugin
diff options
context:
space:
mode:
authorTobias Burnus <burnus@gcc.gnu.org>2019-12-11 12:45:49 +0100
committerTobias Burnus <burnus@gcc.gnu.org>2019-12-11 12:45:49 +0100
commit93d90219879aed52fb5a3ec191df59867e66240d (patch)
tree2622e8d5fd6fe09a9c69249428ac6b697bf37519 /libgomp/plugin
parenta0221aeebd5bbe9ba097490b4b916495f2fe163e (diff)
libgomp – spelling fixes, incl. omp_lib.h.in
* 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
Diffstat (limited to 'libgomp/plugin')
-rw-r--r--libgomp/plugin/plugin-gcn.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libgomp/plugin/plugin-gcn.c b/libgomp/plugin/plugin-gcn.c
index 9287e27e022..04fe472a70d 100644
--- a/libgomp/plugin/plugin-gcn.c
+++ b/libgomp/plugin/plugin-gcn.c
@@ -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