Skip to content

Commit 6fc5dc3

Browse files
authored
[libc] Fix a typo in llvm_libc_ext.td. (#84259)
1 parent 8acef12 commit 6fc5dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/spec/llvm_libc_ext.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def LLVMLibcExt : StandardSpec<"llvm_libc_ext"> {
7373
let Headers = [
7474
Assert,
7575
Sched,
76-
Stdfix,
76+
StdFix,
7777
Strings,
7878
];
7979
}

0 commit comments

Comments
 (0)