Skip to content

Commit 51c7924

Browse files
committed
Fix codespell
1 parent a123293 commit 51c7924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/lib-rt/base64/arch/avx512/enc_reshuffle_translate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ enc_reshuffle_translate (const __m512i input)
4242
const __m512i shifts = _mm512_set1_epi64(0x3036242a1016040alu);
4343
__m512i shuffled_in = _mm512_multishift_epi64_epi8(shifts, in);
4444

45-
// Translate immediatedly after reshuffled.
45+
// Translate immediately after reshuffled.
4646
const __m512i lookup = _mm512_loadu_si512(base64_table_enc_6bit);
4747

4848
// Translation 6-bit values to ASCII.

0 commit comments

Comments
 (0)