[libc] Fix typo in platform_defs.h.inc

Differential Revision: https://reviews.llvm.org/D87687

GitOrigin-RevId: 85763e0758fbd238c81f233c6f9510e81c7de177
diff --git a/config/linux/platfrom_defs.h.inc b/config/linux/platform_defs.h.inc
similarity index 100%
rename from config/linux/platfrom_defs.h.inc
rename to config/linux/platform_defs.h.inc
diff --git a/src/__support/CMakeLists.txt b/src/__support/CMakeLists.txt
index c1ee46c..e9f9579 100644
--- a/src/__support/CMakeLists.txt
+++ b/src/__support/CMakeLists.txt
@@ -2,8 +2,8 @@
   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
 )