[libc-commits] [libc] [libc] Fix a typo in llvm_libc_ext.td. (PR	#84259)
    via libc-commits 
    libc-commits at lists.llvm.org
       
    Wed Mar  6 15:47:02 PST 2024
    
    
  
https://github.com/lntue created https://github.com/llvm/llvm-project/pull/84259
None
>From 36daa04a50bea01197dd6e8d77bafc024730842a Mon Sep 17 00:00:00 2001
From: Tue Ly <lntue at google.com>
Date: Wed, 6 Mar 2024 18:46:15 -0500
Subject: [PATCH] [libc] Fix a typo in llvm_libc_ext.td.
---
 libc/spec/llvm_libc_ext.td | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libc/spec/llvm_libc_ext.td b/libc/spec/llvm_libc_ext.td
index 274284ed5705e8..3241ec0550376b 100644
--- a/libc/spec/llvm_libc_ext.td
+++ b/libc/spec/llvm_libc_ext.td
@@ -73,7 +73,7 @@ def LLVMLibcExt : StandardSpec<"llvm_libc_ext"> {
   let Headers = [
     Assert,
     Sched,
-    Stdfix,
+    StdFix,
     Strings,
   ];
 }
    
    
More information about the libc-commits
mailing list