diff options
author | Tobias Burnus <burnus@gcc.gnu.org> | 2019-12-11 12:45:49 +0100 |
---|---|---|
committer | Tobias Burnus <burnus@gcc.gnu.org> | 2019-12-11 12:45:49 +0100 |
commit | 93d90219879aed52fb5a3ec191df59867e66240d (patch) | |
tree | 2622e8d5fd6fe09a9c69249428ac6b697bf37519 /libgomp/team.c | |
parent | a0221aeebd5bbe9ba097490b4b916495f2fe163e (diff) | |
download | gcc-93d90219879aed52fb5a3ec191df59867e66240d.zip gcc-93d90219879aed52fb5a3ec191df59867e66240d.tar.gz gcc-93d90219879aed52fb5a3ec191df59867e66240d.tar.bz2 |
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/team.c')
-rw-r--r-- | libgomp/team.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp/team.c b/libgomp/team.c index cdfb9ba..c1633fa 100644 --- a/libgomp/team.c +++ b/libgomp/team.c @@ -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" |