Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 37d4e0b

Browse files
author
Stefan Krah
committed
Fix two typos.
1 parent 42e3b60 commit 37d4e0b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Modules/_decimal/libmpdec/literature/mulmod-64.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The reduction step b) preserves congruence:
5959
Maximum numbers of step b):
6060
---------------------------
6161

62-
# To avoid unneccessary formalism, define:
62+
# To avoid unnecessary formalism, define:
6363

6464
def R(hi, lo, z):
6565
return divmod(hi * z - hi + lo, 2**64)

Modules/_decimal/libmpdec/transpose.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ squaretrans(mpd_uint_t *buf, mpd_size_t cols)
169169
/*
170170
* Transpose 2^n * 2^n matrix. For cache efficiency, the matrix is split into
171171
* square blocks with side length 'SIDE'. First, the blocks are transposed,
172-
* then a square tranposition is done on each individual block.
172+
* then a square transposition is done on each individual block.
173173
*/
174174
static void
175175
squaretrans_pow2(mpd_uint_t *matrix, mpd_size_t size)

0 commit comments

Comments
 (0)