From 294bbdc0b88b02c8df423fd9c48aea2774e290a2 Mon Sep 17 00:00:00 2001 From: Shilei Tian Date: Thu, 4 Aug 2022 23:54:07 -0400 Subject: [PATCH] [NFC] Fix wrong header in `LibC.cpp` --- openmp/libomptarget/DeviceRTL/src/LibC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmp/libomptarget/DeviceRTL/src/LibC.cpp b/openmp/libomptarget/DeviceRTL/src/LibC.cpp index 0f7b656931d4..ee67eeda6c90 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.