Merge pull request #6506 from DimitriPapadopoulos/codespell

Fix typos found by codespell
This commit is contained in:
JacobBarthelmeh
2023-07-24 10:34:29 -06:00
committed by GitHub
93 changed files with 253 additions and 253 deletions

View File

@@ -3325,7 +3325,7 @@ int mp_init_size (mp_int * a, int size)
}
/* the jist of squaring...
/* the list of squaring...
* you do like mult except the offset of the tmpx [one that
* starts closer to zero] can't equal the offset of tmpy.
* So basically you set up iy like before then you min it with