Skip to content

Commit 85763e0

Browse files
committed
[libc] Fix typo in platform_defs.h.inc
Differential Revision: https://reviews.llvm.org/D87687
1 parent 65f6810 commit 85763e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libc/src/__support/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ add_gen_header(
22
common
33
DEF_FILE common.h.def
44
PARAMS
5-
platform_defs=../../config/${LIBC_TARGET_OS}/platfrom_defs.h.inc
5+
platform_defs=../../config/${LIBC_TARGET_OS}/platform_defs.h.inc
66
GEN_HDR common.h
77
DATA_FILES
8-
../../config/${LIBC_TARGET_OS}/platfrom_defs.h.inc
8+
../../config/${LIBC_TARGET_OS}/platform_defs.h.inc
99
)

0 commit comments

Comments
 (0)