diff options
Diffstat (limited to 'mpi/mpi-div.c')
-rw-r--r-- | mpi/mpi-div.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpi/mpi-div.c b/mpi/mpi-div.c index b00b45425..f057232a2 100644 --- a/mpi/mpi-div.c +++ b/mpi/mpi-div.c @@ -311,7 +311,7 @@ mpi_tdiv_q_2exp( MPI w, MPI u, unsigned count ) } /**************** - * Check wether dividend is divisible by divisor + * Check whether dividend is divisible by divisor * (note: divisor must fit into a limb) */ int |