[libc-commits] [libc] 67770cb - [libc][NFC] Fix features.h.def file header

Alfred Persson Forsberg via libc-commits libc-commits at lists.llvm.org
Thu Oct 19 11:01:07 PDT 2023


Author: Alfred Persson Forsberg
Date: 2023-10-19T20:00:26+02:00
New Revision: 67770cbb9841e86357021e03753a1b8f4ce783ea

URL: https://github.com/llvm/llvm-project/commit/67770cbb9841e86357021e03753a1b8f4ce783ea
DIFF: https://github.com/llvm/llvm-project/commit/67770cbb9841e86357021e03753a1b8f4ce783ea.diff

LOG: [libc][NFC] Fix features.h.def file header

Added: 
    

Modified: 
    libc/include/features.h.def

Removed: 
    


################################################################################
diff  --git a/libc/include/features.h.def b/libc/include/features.h.def
index a5d2be0a0692fe2..64205f57acb5d9b 100644
--- a/libc/include/features.h.def
+++ b/libc/include/features.h.def
@@ -1,4 +1,4 @@
-//===-- C standard library header features.h -------------------------------===//
+//===-- C standard library header features.h ------------------------------===//
 //
 // 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 libc-commits mailing list