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/env.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgomp/env.c') diff --git a/libgomp/env.c b/libgomp/env.c index 29d9f58..9a7af12 100644 --- a/libgomp/env.c +++ b/libgomp/env.c @@ -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 -- cgit v1.1