[libc] Fix typo in platform_defs.h.inc
authorGuillaume Chatelet <gchatelet@google.com>
Tue, 15 Sep 2020 14:25:00 +0000 (14:25 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Tue, 15 Sep 2020 14:25:01 +0000 (14:25 +0000)
Differential Revision: https://reviews.llvm.org/D87687

libc/config/linux/platform_defs.h.inc [moved from libc/config/linux/platfrom_defs.h.inc with 100% similarity]
libc/src/__support/CMakeLists.txt

index c1ee46c..e9f9579 100644 (file)
@@ -2,8 +2,8 @@ add_gen_header(
   common
   DEF_FILE common.h.def
   PARAMS
-    platform_defs=../../config/${LIBC_TARGET_OS}/platfrom_defs.h.inc
+    platform_defs=../../config/${LIBC_TARGET_OS}/platform_defs.h.inc
   GEN_HDR common.h
   DATA_FILES
-    ../../config/${LIBC_TARGET_OS}/platfrom_defs.h.inc
+    ../../config/${LIBC_TARGET_OS}/platform_defs.h.inc
 )