[Openmp-commits] [openmp] c46becf - [OpenMP][libomp][NFC] Remove non-ASCII apostrophe in comment

Jonathan Peyton via Openmp-commits openmp-commits at lists.llvm.org
Wed Nov 17 12:47:29 PST 2021


Author: Jonathan Peyton
Date: 2021-11-17T14:46:40-06:00
New Revision: c46becf500df2a7fb4b4fce16178a036c344315a

URL: https://github.com/llvm/llvm-project/commit/c46becf500df2a7fb4b4fce16178a036c344315a
DIFF: https://github.com/llvm/llvm-project/commit/c46becf500df2a7fb4b4fce16178a036c344315a.diff

LOG: [OpenMP][libomp][NFC] Remove non-ASCII apostrophe in comment

Added: 
    

Modified: 
    openmp/runtime/src/z_Linux_util.cpp

Removed: 
    


################################################################################
diff  --git a/openmp/runtime/src/z_Linux_util.cpp b/openmp/runtime/src/z_Linux_util.cpp
index 3a59aaa498a3d..0580a4e8307c2 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;


        


More information about the Openmp-commits mailing list