Skip to content

Commit

Permalink
[libc] fix typo in stdbit.h macro spec files (llvm#84780)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdesaulniers authored Mar 12, 2024
1 parent 9f69d3c commit 3924363
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libc/spec/stdc.td
Original file line number Diff line number Diff line change
Expand Up @@ -820,9 +820,9 @@ def StdC : StandardSpec<"stdc"> {
Macro<"stdc_count_zeros">,
Macro<"stdc_count_ones">,
Macro<"stdc_has_single_bit">,
Macro<"std_bit_width">,
Macro<"std_bit_floor">,
Macro<"std_bit_ceil">
Macro<"stdc_bit_width">,
Macro<"stdc_bit_floor">,
Macro<"stdc_bit_ceil">
], // Macros
[], // Types
[], // Enumerations
Expand Down

0 comments on commit 3924363

Please sign in to comment.