Fix many spelling errors

This commit is contained in:
Landon Curt Noll
2021-02-12 22:09:47 -08:00
parent 486f4c5626
commit 507fe026e5
154 changed files with 482 additions and 476 deletions

View File

@@ -124,7 +124,7 @@ c_pmodm127(char UNUSED *name, int UNUSED count, VALUE **vals)
result.v_type = V_NUM;
/*
* compute 2^(2^127-1) mod q by modular exponentation
* compute 2^(2^127-1) mod q by modular exponentiation
*
* We implement the following calc code in C:
*