From 93d90219879aed52fb5a3ec191df59867e66240d Mon Sep 17 00:00:00 2001 From: Tobias Burnus Date: Wed, 11 Dec 2019 12:45:49 +0100 Subject: =?UTF-8?q?libgomp=20=E2=80=93=20spelling=20fixes,=20incl.=20omp?= =?UTF-8?q?=5Flib.h.in?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- libgomp/plugin/plugin-gcn.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libgomp/plugin') 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 -- cgit v1.2.3