Follow up to r289732: Update comments in source files to reference .cpp files
Patch by Hansang Bae
llvm-svn: 289739
diff --git a/openmp/runtime/src/tsan_annotations.cpp b/openmp/runtime/src/tsan_annotations.cpp
index edc4e7c..9d05555 100644
--- a/openmp/runtime/src/tsan_annotations.cpp
+++ b/openmp/runtime/src/tsan_annotations.cpp
@@ -1,5 +1,5 @@
/*
- * tsan_annotations.c -- ThreadSanitizer annotations to support data
+ * tsan_annotations.cpp -- ThreadSanitizer annotations to support data
* race detection in OpenMP programs.
*/