diff options
author | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2021-11-17 14:46:23 -0600 |
---|---|---|
committer | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2021-11-17 14:46:40 -0600 |
commit | c46becf500df2a7fb4b4fce16178a036c344315a (patch) | |
tree | f4c1dd2226b806e491d318d134755aa60b78e769 /openmp/runtime/src/z_Linux_util.cpp | |
parent | ad69402f3e19f027fc6fb179ad59a2851e615c41 (diff) | |
download | llvm-c46becf500df2a7fb4b4fce16178a036c344315a.zip llvm-c46becf500df2a7fb4b4fce16178a036c344315a.tar.gz llvm-c46becf500df2a7fb4b4fce16178a036c344315a.tar.bz2 |
[OpenMP][libomp][NFC] Remove non-ASCII apostrophe in comment
Diffstat (limited to 'openmp/runtime/src/z_Linux_util.cpp')
-rw-r--r-- | openmp/runtime/src/z_Linux_util.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/src/z_Linux_util.cpp b/openmp/runtime/src/z_Linux_util.cpp index 3a59aaa..0580a4e 100644 --- a/openmp/runtime/src/z_Linux_util.cpp +++ b/openmp/runtime/src/z_Linux_util.cpp @@ -1234,7 +1234,7 @@ static void __kmp_atfork_child(void) { // affinity in the parent kmp_set_thread_affinity_mask_initial(); #endif - // Set default not to bind threads tightly in the child (we’re expecting + // Set default not to bind threads tightly in the child (we're expecting // over-subscription after the fork and this can improve things for // scripting languages that use OpenMP inside process-parallel code). __kmp_affinity_type = affinity_none; |