Follow up to r289732: Update comments in source files to reference .cpp files

Patch by Hansang Bae


git-svn-id: https://llvm.org/svn/llvm-project/openmp/trunk@289739 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jonathan Peyton
2016-12-14 23:01:24 +00:00
parent 844de54c9c
commit 4277fc10ad
33 changed files with 48 additions and 47 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
/*
* z_Linux_util.c -- platform specific routines.
* z_Linux_util.cpp -- platform specific routines.
*/
@@ -1503,7 +1503,7 @@ __kmp_atfork_child (void)
Suggestion is to make the library initialization lazier, similar
to what done for __kmpc_begin(). */
// TODO: synchronize all static initializations with regular library
// startup; look at kmp_global.c and etc.
// startup; look at kmp_global.cpp and etc.
//__kmp_internal_begin ();
}