[Openmp-commits] [openmp] 294bbdc - [NFC] Fix wrong header in `LibC.cpp`

Shilei Tian via Openmp-commits openmp-commits at lists.llvm.org
Thu Aug 4 20:54:27 PDT 2022


Author: Shilei Tian
Date: 2022-08-04T23:54:07-04:00
New Revision: 294bbdc0b88b02c8df423fd9c48aea2774e290a2

URL: https://github.com/llvm/llvm-project/commit/294bbdc0b88b02c8df423fd9c48aea2774e290a2
DIFF: https://github.com/llvm/llvm-project/commit/294bbdc0b88b02c8df423fd9c48aea2774e290a2.diff

LOG: [NFC] Fix wrong header in `LibC.cpp`

Added: 
    

Modified: 
    openmp/libomptarget/DeviceRTL/src/LibC.cpp

Removed: 
    


################################################################################
diff  --git a/openmp/libomptarget/DeviceRTL/src/LibC.cpp b/openmp/libomptarget/DeviceRTL/src/LibC.cpp
index 0f7b656931d4e..ee67eeda6c904 100644
--- a/openmp/libomptarget/DeviceRTL/src/LibC.cpp
+++ b/openmp/libomptarget/DeviceRTL/src/LibC.cpp
@@ -1,4 +1,4 @@
-//===------- LibC.c - Simple implementation of libc functions ----- C -----===//
+//===------- LibC.cpp - Simple implementation of libc functions --- C++ ---===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.


        


More information about the Openmp-commits mailing list