From de4749b7488c1b6b299af2c3e84fec636cc27280 Mon Sep 17 00:00:00 2001 From: Jonathan Peyton Date: Wed, 14 Dec 2016 23:01:24 +0000 Subject: Follow up to r289732: Update comments in source files to reference .cpp files Patch by Hansang Bae llvm-svn: 289739 --- openmp/runtime/src/z_Linux_util.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openmp/runtime/src/z_Linux_util.cpp') 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 (); } -- cgit v1.2.3