Skip to content

Commit 3924363

Browse files
[libc] fix typo in stdbit.h macro spec files (llvm#84780)
1 parent 9f69d3c commit 3924363

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libc/spec/stdc.td

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -820,9 +820,9 @@ def StdC : StandardSpec<"stdc"> {
820820
Macro<"stdc_count_zeros">,
821821
Macro<"stdc_count_ones">,
822822
Macro<"stdc_has_single_bit">,
823-
Macro<"std_bit_width">,
824-
Macro<"std_bit_floor">,
825-
Macro<"std_bit_ceil">
823+
Macro<"stdc_bit_width">,
824+
Macro<"stdc_bit_floor">,
825+
Macro<"stdc_bit_ceil">
826826
], // Macros
827827
[], // Types
828828
[], // Enumerations

0 commit comments

Comments
 (0)