diff options
Diffstat (limited to 'openmp/runtime/src/kmp_runtime.c')
| -rw-r--r-- | openmp/runtime/src/kmp_runtime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/src/kmp_runtime.c b/openmp/runtime/src/kmp_runtime.c index 46a50e07c91..fd79a6bb762 100644 --- a/openmp/runtime/src/kmp_runtime.c +++ b/openmp/runtime/src/kmp_runtime.c @@ -5614,7 +5614,7 @@ __kmp_internal_end_dest( void *specific_gtid ) #if KMP_OS_UNIX && KMP_DYNAMIC_LIB // 2009-09-08 (lev): It looks the destructor does not work. In simple test cases destructors work -// perfectly, but in real libiomp5.so I have no evidence it is ever called. However, -fini linker +// perfectly, but in real libomp.so I have no evidence it is ever called. However, -fini linker // option in makefile.mk works fine. __attribute__(( destructor )) |

