[NFC] Fix wrong header in LibC.cpp

This commit is contained in:
Shilei Tian 2022-08-04 23:54:07 -04:00
parent a812b39e8c
commit 294bbdc0b8

View File

@ -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.