summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/src/z_Linux_util.cpp
diff options
context:
space:
mode:
authorJonathan Peyton <jonathan.l.peyton@intel.com>2016-12-14 23:01:24 +0000
committerJonathan Peyton <jonathan.l.peyton@intel.com>2016-12-14 23:01:24 +0000
commitde4749b7488c1b6b299af2c3e84fec636cc27280 (patch)
tree1a2438487d46202190a6517d7255b041b3c2655a /openmp/runtime/src/z_Linux_util.cpp
parentafee21a5b273ca1f150f85ecc8deb560e0ff3096 (diff)
downloadbcm5719-llvm-de4749b7488c1b6b299af2c3e84fec636cc27280.tar.gz
bcm5719-llvm-de4749b7488c1b6b299af2c3e84fec636cc27280.zip
Follow up to r289732: Update comments in source files to reference .cpp files
Patch by Hansang Bae llvm-svn: 289739
Diffstat (limited to 'openmp/runtime/src/z_Linux_util.cpp')
-rw-r--r--openmp/runtime/src/z_Linux_util.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/openmp/runtime/src/z_Linux_util.cpp b/openmp/runtime/src/z_Linux_util.cpp
index 34a4f2c9769..b9490ea65d3 100644
--- a/openmp/runtime/src/z_Linux_util.cpp
+++ b/openmp/runtime/src/z_Linux_util.cpp
@@ -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 ();
}
OpenPOWER on IntegriCloud