Skip to content

Commit

Permalink
Non-functional: fix spellling
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Carsten Schmidt <ryandesign@macports.org>
  • Loading branch information
barracuda156 and ryandesign authored Nov 20, 2024
1 parent 45a2306 commit 492b47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ if ['linux', 'android', 'ios', 'darwin'].contains(system)
# We dont't have riscv64-specific optimization for now.
asm_format = asm_format64
elif cpu_family == 'ppc'
# We dont't have powerpc-specific optimization for now.
# We don't have powerpc-specific optimization for now.
asm_format = asm_format32
elif cpu_family == 'ppc64'
# We dont't have powerpc64-specific optimization for now.
Expand Down

0 comments on commit 492b47a

Please sign in to comment.