[libc] Fix typo in platform_defs.h.inc

Differential Revision: https://reviews.llvm.org/D87687
This commit is contained in:
Guillaume Chatelet 2020-09-15 14:25:00 +00:00
parent 65f6810d3a
commit 85763e0758
2 changed files with 2 additions and 2 deletions

View 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
)